Browser Extension Permissions Usage

This page shows how often each browser extension permission is requested across major extension stores, helping you understand usage patterns and potential risks at a glance.

  • What the table shows: it lists all known extension permissions along with the number of extensions that use each permission in every supported browser.
  • How the data is collected: Chrome-Stats collects data daily from the Chrome Web Store, Edge add-ons and Firefox add-ons, then aggregates those datasets to calculate how widely each permission is used and to evaluate the associated risk level on a day-by-day basis.
  • How you can use it: these statistics help you quickly spot which powerful permissions are commonly requested, compare patterns across browsers, and decide whether an extension's requested access matches your expectations.

Permissions List

Permission Risk impact Chrome Edge Firefox
storage
Allows the extension to store and retrieve its own data on your computer.
Very low risk impact192,11919,09638,171
activeTab
Grants temporary access to the currently active tab when the user interacts with the extension. This is a safer permission as it only works for the tab you are on and only when you use the extension.
Low risk impact100,4909,66523,380
tabs
Allows the extension to create, query, and modify your browser tabs. For example, a tab manager extension would need this.
Moderate risk impact79,1439,55622,753
scripting
Allows the extension to execute scripts and insert CSS into web pages. This is a very powerful permission that allows the extension to modify the content and behavior of websites you visit.
Very high risk impact71,6997,3617,012
contextMenus
Allows the extension to add new options to the right-click context menu. For example, an extension could add a "Search for this image on..." option.
Very low risk impact32,5944,9178,049
alarms
Allows the extension to schedule tasks to run at a specific time or periodically. For example, a to-do list extension could use this to show you a reminder.
Very low risk impact31,7683,2004,657
notifications
Allows the extension to show desktop notifications. For example, a chat application could notify you of new messages.
Low risk impact27,0592,6996,004
sidePanel
Allows the extension to display its own user interface in the browser's side panel.
Very low risk impact21,9501,819123
identity
Allows the extension to get an OAuth2 access token to authenticate you with services like Google or Facebook.
Very high risk impact16,0091,0911,076
unlimitedStorage
Allows the extension to exceed the normal storage quota. This is for extensions that need to store large amounts of data.
Low risk impact15,9122,0492,102
downloads
Allows the extension to manage your downloads. It can start, monitor, cancel, and search for downloaded files.
Moderate risk impact15,8132,0523,381
cookies
Allows the extension to access and modify cookies for websites. This can be used for managing logins or tracking user sessions.
Very high risk impact14,5412,3093,403
clipboardWrite
Allows the extension to write content to your clipboard. For example, you could click a button to copy a link or a piece of text.
Moderate risk impact12,3001,1703,210
webRequest
Allows the extension to observe and analyze network traffic. This permission is powerful and can see the data being sent and received by websites. (Manifest V2 only)
Very high risk impact10,8382,0627,465
webNavigation
Allows the extension to receive notifications about the status of web page navigation (e.g., when a page starts loading or has completed).
High risk impact10,3261,5683,166
offscreen
Allows an extension with a background service worker to use DOM APIs in a hidden document, for tasks that require it.
Low risk impact9,76599881
declarativeNetRequest
Allows the extension to block or modify network requests without intercepting them and viewing their content. This is often used by content blockers.
Low risk impact9,1011,761987
search
Allows the extension to override the default search provider in your browser.
High risk impact5,201245267
bookmarks
Allows the extension to read, create, and organize your bookmarks. A bookmark manager extension would need this permission.
Moderate risk impact4,0491,0421,220
clipboardRead
Allows the extension to read content from your clipboard. For example, a dictionary extension could use this to look up a word you have copied.
High risk impact3,927418883
nativeMessaging
Allows the extension to communicate with a native application installed on your computer. This is for extensions that need more capabilities than a browser can provide.
Low risk impact3,1848661,092
background
Allows the extension to run in the background, even when you are not directly interacting with it. This is necessary for extensions that need to be always active, like a notifier for new emails.
Very low risk impact3,063445173
debugger
Allows the extension to inspect and debug web pages, similar to the browser's developer tools. This is a powerful permission and should be granted with caution.
Very high risk impact2,63523142
tabGroups
Allows the extension to organize your tabs into groups.
Low risk impact2,617273174
tabCapture
Allows the extension to capture the audio and video content of a tab.
High risk impact2,46425436
proxy
Allows the extension to configure and manage the browser's proxy settings. This can be used to route your traffic through another server.
Very high risk impact2,418293685
system.display
Allows the extension to get information about the connected displays.
Low risk impact2,38320019
history
Allows the extension to read and modify your browsing history. Be cautious with this permission, as it gives access to sensitive information.
Very high risk impact2,274702766
webRequestBlocking
Allows the extension to block or modify network requests in real-time. This is used by advanced ad blockers but is being phased out in favor of `declarativeNetRequest`. (Manifest V2 only)
Very high risk impact2,1854805,056
geolocation
Allows the extension to access your physical location. A map or weather extension would need this to provide location-specific information.
Moderate risk impact2,165141260
declarativeContent
Allows the extension to show or hide its icon in the address bar depending on the content of the page. For example, an RSS reader extension could show its icon only on pages that have an RSS feed.
Very low risk impact2,144185117
management
Allows the extension to manage other installed extensions and themes. It can enable, disable, or uninstall them.
High risk impact2,136355657
desktopCapture
Allows the extension to capture the content of your screen, a specific window, or a browser tab. This is used by screen recording or screenshot extensions.
High risk impact2,10910229
idle
Allows the extension to detect when your computer is idle (not in use).
Low risk impact2,052273458
power
Allows the extension to prevent the system from entering power-saving modes (e.g., turning off the screen or sleeping).
Low risk impact1,4823810
browsingData
Allows the extension to clear your browsing data, such as cookies, history, and cached files. A privacy-focused extension might use this to help you clean up your digital footprint.
High risk impact1,477262452
accessibilityFeatures.read
Allows the extension to read accessibility features, which can be a user to understand how the user is interacting with the browser and web content.
Low risk impact1,31000
topSites
Allows the extension to access the list of your most frequently visited websites.
Moderate risk impact1,291368215
declarativeNetRequestFeedback
Provides feedback on how `declarativeNetRequest` rules are being applied. Useful for debugging content blocking extensions.
Low risk impact1,25624391
accessibilityFeatures.modify
Allows the extension to modify accessibility features in the browser, such as making web content easier to read for visually impaired users.
Low risk impact88200
tts
Stands for Text-to-Speech. Allows the extension to use the browser's text-to-speech engine to speak text aloud.
Low risk impact81613425
gcm
Stands for Google Cloud Messaging. Allows the extension to send and receive messages from a server, enabling push notifications.
Low risk impact6953910
sessions
Allows the extension to access and restore your recently closed tabs and browsing sessions.
Moderate risk impact59899379
privacy
Allows the extension to control privacy-related settings in the browser, such as whether to enable or disable certain web features.
High risk impact508160344
system.memory
Allows the extension to get information about the system's memory.
Low risk impact508595
contentSettings
Allows the extension to control website settings, such as whether a site can use cookies, JavaScript, or show pop-ups.
Very high risk impact4598325
system.cpu
Allows the extension to get information about the CPU of the system.
Low risk impact416513
system.network
Allows the extension to get information about network interfaces.
Moderate risk impact28900
downloads.open
Allows the extension to open files that it has downloaded.
Very high risk impact25166155
enterprise.deviceAttributes
Allows an extension to read device attributes in an enterprise setting. This is for managed devices in a company or school.
Very low risk impact23882
pageCapture
Allows the extension to save a web page as a single MHTML file.
High risk impact2064529
system.storage
Allows the extension to get information about storage devices.
Low risk impact186193
fontSettings
Allows the extension to change the browser's font settings.
Low risk impact1465016
printerProvider
Allows the extension to act as a print service, making printers available to the browser.
Moderate risk impact9842
downloads.ui
Allows the extension to show or hide the browser's downloads shelf.
Low risk impact81183
readingList
Allows the extension to read and change items in your reading list.
Moderate risk impact6520
audio
Allows the extension to control audio devices, such as adjusting volume or muting your speakers.
Low risk impact5511
enterprise.networkingAttributes
Allows an extension to read network attributes in an enterprise setting.
Very low risk impact5241
ttsEngine
Allows the extension to implement its own text-to-speech engine, providing different voices or languages.
Moderate risk impact39113
enterprise.hardwarePlatform
Allows an extension to read hardware platform information in an enterprise setting.
Very low risk impact3721
wallpaper
Allows the extension to change the wallpaper on ChromeOS.
Low risk impact3731
enterprise.platformKeys
Allows an extension to access client certificates managed by the enterprise.
Very low risk impact3201
processes
Allows the extension to view information about the browser's internal processes.
Low risk impact2722
fileSystemProvider
Allows the extension to create virtual file systems that can be accessed from the ChromeOS file browser.
High risk impact2401
fileBrowserHandler
Allows the extension to extend the ChromeOS file browser. For example, to add support for a new cloud storage service.
Low risk impact2232
webAuthenticationProxy
Allows the extension to proxy Web Authentication API requests, enabling features like using a phone as a security key.
Very low risk impact1841
platformKeys
Allows the extension to access hardware-backed client certificates for secure authentication.
Very high risk impact1501
printing
Allows the extension to submit print jobs to the browser's print dialog.
Moderate risk impact1404
certificateProvider
Allows the extension to provide digital certificates for authentication, which can be used to log in to certain websites or services.
Very high risk impact801
dns
Allows the extension to resolve domain names. This could be used by extensions that want to provide custom DNS services for privacy or security.
Low risk impact8077
loginState
Allows the extension to access the login state (e.g., whether the user is logged in) on ChromeOS.
Very low risk impact800
documentScan
Access attached document scanners (ChromeOS)
Moderate risk impact701
login
Allows the extension to access user login information on ChromeOS.
Very low risk impact500
vpnProvider
Allows the extension to implement a VPN client. This is specific to ChromeOS.
Very high risk impact501
printingMetrics
Allows the extension to read data about printing usage.
Very low risk impact112