| storage Allows the extension to store and retrieve its own data on your computer. | Very low risk impact | 171,997 | 18,225 | 35,843 |
| 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 impact | 91,234 | 9,176 | 22,278 |
| tabs Allows the extension to create, query, and modify your browser tabs. For example, a tab manager extension would need this. | Moderate risk impact | 73,230 | 9,299 | 21,944 |
| 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 impact | 62,541 | 6,904 | 6,172 |
| 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 impact | 29,340 | 4,715 | 7,680 |
| 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 impact | 26,493 | 2,920 | 4,152 |
| notifications Allows the extension to show desktop notifications. For example, a chat application could notify you of new messages. | Low risk impact | 24,626 | 2,551 | 5,650 |
| sidePanel Allows the extension to display its own user interface in the browser's side panel. | Very low risk impact | 18,166 | 1,607 | 117 |
| unlimitedStorage Allows the extension to exceed the normal storage quota. This is for extensions that need to store large amounts of data. | Low risk impact | 14,442 | 1,964 | 1,955 |
| identity Allows the extension to get an OAuth2 access token to authenticate you with services like Google or Facebook. | Very high risk impact | 14,144 | 996 | 970 |
| downloads Allows the extension to manage your downloads. It can start, monitor, cancel, and search for downloaded files. | Moderate risk impact | 13,516 | 1,934 | 3,137 |
| 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 impact | 13,304 | 2,269 | 3,261 |
| 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 impact | 10,940 | 1,071 | 2,992 |
| 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 impact | 10,188 | 2,042 | 7,209 |
| 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 impact | 9,388 | 1,464 | 3,007 |
| 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 impact | 8,035 | 1,751 | 850 |
| offscreen Allows an extension with a background service worker to use DOM APIs in a hidden document, for tasks that require it. | Low risk impact | 7,903 | 883 | 77 |
| search Allows the extension to override the default search provider in your browser. | High risk impact | 4,826 | 218 | 246 |
| bookmarks Allows the extension to read, create, and organize your bookmarks. A bookmark manager extension would need this permission. | Moderate risk impact | 3,706 | 997 | 1,156 |
| 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 impact | 3,607 | 399 | 832 |
| 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 impact | 3,076 | 454 | 175 |
| 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 impact | 2,888 | 851 | 1,035 |
| system.display Allows the extension to get information about the connected displays. | Low risk impact | 2,319 | 202 | 19 |
| 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 impact | 2,219 | 535 | 4,912 |
| tabGroups Allows the extension to organize your tabs into groups. | Low risk impact | 2,210 | 241 | 144 |
| 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 impact | 2,146 | 200 | 45 |
| 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 impact | 2,130 | 185 | 117 |
| 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 impact | 2,093 | 682 | 735 |
| 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 impact | 2,092 | 287 | 638 |
| geolocation Allows the extension to access your physical location. A map or weather extension would need this to provide location-specific information. | Moderate risk impact | 2,089 | 138 | 249 |
| management Allows the extension to manage other installed extensions and themes. It can enable, disable, or uninstall them. | High risk impact | 2,067 | 358 | 630 |
| 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 impact | 2,045 | 100 | 29 |
| tabCapture Allows the extension to capture the audio and video content of a tab. | High risk impact | 2,004 | 240 | 37 |
| idle Allows the extension to detect when your computer is idle (not in use). | Low risk impact | 1,763 | 264 | 417 |
| power Allows the extension to prevent the system from entering power-saving modes (e.g., turning off the screen or sleeping). | Low risk impact | 1,424 | 35 | 10 |
| 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 impact | 1,325 | 261 | 436 |
| 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 impact | 1,311 | 0 | 0 |
| topSites Allows the extension to access the list of your most frequently visited websites. | Moderate risk impact | 1,225 | 357 | 211 |
| declarativeNetRequestFeedback Provides feedback on how `declarativeNetRequest` rules are being applied. Useful for debugging content blocking extensions. | Low risk impact | 1,184 | 236 | 83 |
| 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 impact | 883 | 0 | 0 |
| tts Stands for Text-to-Speech. Allows the extension to use the browser's text-to-speech engine to speak text aloud. | Low risk impact | 764 | 127 | 26 |
| gcm Stands for Google Cloud Messaging. Allows the extension to send and receive messages from a server, enabling push notifications. | Low risk impact | 690 | 39 | 11 |
| sessions Allows the extension to access and restore your recently closed tabs and browsing sessions. | Moderate risk impact | 526 | 88 | 363 |
| system.memory Allows the extension to get information about the system's memory. | Low risk impact | 465 | 57 | 4 |
| privacy Allows the extension to control privacy-related settings in the browser, such as whether to enable or disable certain web features. | High risk impact | 453 | 156 | 320 |
| contentSettings Allows the extension to control website settings, such as whether a site can use cookies, JavaScript, or show pop-ups. | Very high risk impact | 429 | 83 | 29 |
| system.cpu Allows the extension to get information about the CPU of the system. | Low risk impact | 398 | 50 | 2 |
| system.network Allows the extension to get information about network interfaces. | Moderate risk impact | 288 | 0 | 0 |
| 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 impact | 233 | 7 | 2 |
| downloads.open Allows the extension to open files that it has downloaded. | Very high risk impact | 223 | 63 | 155 |
| pageCapture Allows the extension to save a web page as a single MHTML file. | High risk impact | 194 | 45 | 28 |
| system.storage Allows the extension to get information about storage devices. | Low risk impact | 182 | 19 | 3 |
| fontSettings Allows the extension to change the browser's font settings. | Low risk impact | 136 | 47 | 22 |
| printerProvider Allows the extension to act as a print service, making printers available to the browser. | Moderate risk impact | 95 | 3 | 2 |
| readingList Allows the extension to read and change items in your reading list. | Moderate risk impact | 58 | 1 | 0 |
| downloads.ui Allows the extension to show or hide the browser's downloads shelf. | Low risk impact | 57 | 12 | 3 |
| audio Allows the extension to control audio devices, such as adjusting volume or muting your speakers. | Low risk impact | 53 | 1 | 1 |
| enterprise.networkingAttributes Allows an extension to read network attributes in an enterprise setting. | Very low risk impact | 49 | 4 | 1 |
| ttsEngine Allows the extension to implement its own text-to-speech engine, providing different voices or languages. | Moderate risk impact | 39 | 11 | 3 |
| enterprise.hardwarePlatform Allows an extension to read hardware platform information in an enterprise setting. | Very low risk impact | 37 | 2 | 1 |
| wallpaper Allows the extension to change the wallpaper on ChromeOS. | Low risk impact | 37 | 3 | 1 |
| enterprise.platformKeys Allows an extension to access client certificates managed by the enterprise. | Very low risk impact | 32 | 0 | 1 |
| processes Allows the extension to view information about the browser's internal processes. | Low risk impact | 25 | 2 | 2 |
| fileBrowserHandler Allows the extension to extend the ChromeOS file browser. For example, to add support for a new cloud storage service. | Low risk impact | 23 | 3 | 2 |
| fileSystemProvider Allows the extension to create virtual file systems that can be accessed from the ChromeOS file browser. | High risk impact | 23 | 0 | 1 |
| platformKeys Allows the extension to access hardware-backed client certificates for secure authentication. | Very high risk impact | 16 | 0 | 1 |
| printing Allows the extension to submit print jobs to the browser's print dialog. | Moderate risk impact | 14 | 0 | 4 |
| webAuthenticationProxy Allows the extension to proxy Web Authentication API requests, enabling features like using a phone as a security key. | Very low risk impact | 14 | 4 | 1 |
| 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 impact | 8 | 0 | 1 |
| loginState Allows the extension to access the login state (e.g., whether the user is logged in) on ChromeOS. | Very low risk impact | 8 | 0 | 0 |
| 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 impact | 7 | 0 | 74 |
| documentScan Access attached document scanners (ChromeOS) | Moderate risk impact | 7 | 0 | 1 |
| login Allows the extension to access user login information on ChromeOS. | Very low risk impact | 5 | 0 | 0 |
| vpnProvider Allows the extension to implement a VPN client. This is specific to ChromeOS. | Very high risk impact | 5 | 0 | 1 |
| printingMetrics Allows the extension to read data about printing usage. | Very low risk impact | 1 | 1 | 2 |