Skip to content

Sopor/addonManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permission Inspector

Snapshot of all the permissions used by each installed extension.

Why use Permission Inspector?

Extensions are powerful tools which can modify the browser using various features allowed by the browser. While installing an extension there is a permission prompt which lists all the browser features that will be accessed by the extension. Post that we have no way to know what an installed extension is accessing. Permission inspector bridges this gap and shows what all an extension can do to the browser.

Firefox Specific - Firefox extension fetches details of all the installed extensions from addons.mozilla.org and improves the permission listing by adding host permissions too.

Chrome specific - Chrome extension allows you to disable/enable/uninstall the extension right from Permission Inspector page. (Chrome allows chrome.management.setEnabled API)

Contributing

Your contributions are appreciated which could be; contributing code, translation, feature requests, taking care of bugs or other kinds of issues. For more details, please check out CONTRIBUTING.md.

Get started

  • type yarn to install all dependencies

Development commands

Here are some commands you can run:

Command Description
yarn build firefox Build the addon for firefox in new generated firefox/ folder.
yarn build Build the addon for chrome in new generated chrome/ folder.

License

See LICENSE file.

About

Missing addon manager for firefox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 16.6%
  • HTML 1.6%