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 impact181,70718,61836,825
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 impact95,8729,40022,734
tabs
Allows the extension to create, query, and modify your browser tabs. For example, a tab manager extension would need this.
Moderate risk impact76,3699,42622,292
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 impact66,9627,1216,580
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 impact30,8434,8037,825
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 impact28,9563,0384,383
notifications
Allows the extension to show desktop notifications. For example, a chat application could notify you of new messages.
Low risk impact25,8122,6175,813
sidePanel
Allows the extension to display its own user interface in the browser's side panel.
Very low risk impact19,9301,715119
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,0892,0082,024
identity
Allows the extension to get an OAuth2 access token to authenticate you with services like Google or Facebook.
Very high risk impact15,0611,0411,019
downloads
Allows the extension to manage your downloads. It can start, monitor, cancel, and search for downloaded files.
Moderate risk impact14,5971,9813,226
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 impact13,9012,2683,326
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 impact11,6111,1243,096
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,4812,0497,326
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 impact9,8321,5103,078
offscreen
Allows an extension with a background service worker to use DOM APIs in a hidden document, for tasks that require it.
Low risk impact8,72593478
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 impact8,5561,784886
search
Allows the extension to override the default search provider in your browser.
High risk impact5,015223252
bookmarks
Allows the extension to read, create, and organize your bookmarks. A bookmark manager extension would need this permission.
Moderate risk impact3,8981,0141,183
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,770409852
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,067451175
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,0088541,064
tabGroups
Allows the extension to organize your tabs into groups.
Low risk impact2,401252157
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,38121043
system.display
Allows the extension to get information about the connected displays.
Low risk impact2,35520018
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,242289662
tabCapture
Allows the extension to capture the audio and video content of a tab.
High risk impact2,22025136
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,2035114,978
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,201689749
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,134186116
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,126142253
management
Allows the extension to manage other installed extensions and themes. It can enable, disable, or uninstall them.
High risk impact2,103357646
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,07110429
idle
Allows the extension to detect when your computer is idle (not in use).
Low risk impact1,911267432
power
Allows the extension to prevent the system from entering power-saving modes (e.g., turning off the screen or sleeping).
Low risk impact1,4523810
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,406258435
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,31100
topSites
Allows the extension to access the list of your most frequently visited websites.
Moderate risk impact1,263361212
declarativeNetRequestFeedback
Provides feedback on how `declarativeNetRequest` rules are being applied. Useful for debugging content blocking extensions.
Low risk impact1,21624288
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 impact88300
tts
Stands for Text-to-Speech. Allows the extension to use the browser's text-to-speech engine to speak text aloud.
Low risk impact78413325
gcm
Stands for Google Cloud Messaging. Allows the extension to send and receive messages from a server, enabling push notifications.
Low risk impact6933911
sessions
Allows the extension to access and restore your recently closed tabs and browsing sessions.
Moderate risk impact56694372
system.memory
Allows the extension to get information about the system's memory.
Low risk impact486574
privacy
Allows the extension to control privacy-related settings in the browser, such as whether to enable or disable certain web features.
High risk impact477157331
contentSettings
Allows the extension to control website settings, such as whether a site can use cookies, JavaScript, or show pop-ups.
Very high risk impact4468225
system.cpu
Allows the extension to get information about the CPU of the system.
Low risk impact405502
system.network
Allows the extension to get information about network interfaces.
Moderate risk impact28800
downloads.open
Allows the extension to open files that it has downloaded.
Very high risk impact24066151
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 impact23672
pageCapture
Allows the extension to save a web page as a single MHTML file.
High risk impact2004728
system.storage
Allows the extension to get information about storage devices.
Low risk impact184193
fontSettings
Allows the extension to change the browser's font settings.
Low risk impact1424716
printerProvider
Allows the extension to act as a print service, making printers available to the browser.
Moderate risk impact9632
downloads.ui
Allows the extension to show or hide the browser's downloads shelf.
Low risk impact66153
readingList
Allows the extension to read and change items in your reading list.
Moderate risk impact6420
audio
Allows the extension to control audio devices, such as adjusting volume or muting your speakers.
Low risk impact5411
enterprise.networkingAttributes
Allows an extension to read network attributes in an enterprise setting.
Very low risk impact5141
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 impact2622
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
platformKeys
Allows the extension to access hardware-backed client certificates for secure authentication.
Very high risk impact1601
webAuthenticationProxy
Allows the extension to proxy Web Authentication API requests, enabling features like using a phone as a security key.
Very low risk impact1641
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
loginState
Allows the extension to access the login state (e.g., whether the user is logged in) on ChromeOS.
Very low risk impact800
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 impact7076
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