Profile Google Chrome Manager Programing

Hello Community !

In case I have 100 profile Google Chrome Browser, and want to manager it efficiently by programing a C# or siminlar language program to run on window !

  • Each profile manager verticaly like bookmark in firefox !
  • Ability to auto open random 1 link youtube or website from the list 1000 links on each profile for a certain amount of time.

How can I achive that ? Thanks for your help ! I need your guideline and point me out what to do ?

Hi, Andrew. It’s unclear what you are asking. I feel like this may be a language barrier, and while I respect you for trying to learn English, you might be better helped elsewhere by asking in your native language.

I mean I want to program a tools in window wrote by C#, or VB that can manage multiple profile google Chrome Browser !

The tab manager like bookmark vertical in firefox like this : http://prntscr.com/kff77r

Each profile live in each tab, and open function seperately in that sandbox !

You cannot make Google plugins or extensions in C# or VB. They are written in HTML/CSS/JS. Chrome is a cross platform application and likely doesn’t use any Windows specific stuff under the hood.

But, you’re still at the mercy of what the API allows. The best you’re probably going to get is an icon that you click at the top with a list of what you want.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.