Best Browser for managing multiple accounts ?

MarlonnBrando

Newbie
Joined
Aug 4, 2022
Messages
8
Reaction score
0
Hey guys so I have a little side hustle with growing Reddit accounts with Karma and I want to scale this up. What I am interested in is a browser that can allow me to manage hundreds accounts. Preferably free
 
Dolphin gives about 10 free sessions for a lifetime, and running 100 is cheap, I'm using it for FB ads, and works well for me.
 
There are some providers here on BHW that provide 10 free profiles. I don't remember the name but I guess one is called ingognition or something. Check the marketplace.
 
I'm also hearing good things about Indigo browser.
 
for small operations, creating multiple profiles on firefox and chrome can help. not sure how scalable it could be, it will be a mess if I have to do this on hundreds of accounts.
 
You can create startup scripts with different command line switches. On macOS, something like:
Bash:
chrome1 () {
  open -a Chrome.app --args --proxy-server "192.168.0.1:69"\
  --profile-directory ~/myprofile
}
 
Back
Top