简体   繁体   中英

How can I get list of Extensions/add-ons installed in Firefox and Internet Explorer using c#?

I want to get the list of all Extensions Installed in the browsers.

For IE I'm able to find only a few extensions in registry at 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\Extensions.

For Firefox I located the place of profiles but not able to extract information from those profile.

If I enter "about:support" in address bar I am getting all information but not able to extract those information using c#.

When someone asks aa question, and then stackoverflow users ask them "Why"? I feel they are taking it off topic. Just answer the question if you know it. It's up to staff to decide if the topic should be removed due to malcontent. If you feel that strongly about it report it and let them do their job, rather then taking the question off topic.

IE

I don't know

Firefox

In the profiles folder there are two files. One is called addons.json and the other is extensions.json they are different somehow, I can't recall. If you find out please share. But they contain the info on all installed addons (enabled/disabled/etc).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM