Skip to main content
Mythos

Because of the following issue, your extension may require an in-depth review:- Broad host permissionsInstead of requesting broad host permissions or content script site matches, consider specifying the sites that your extension needs access to, or use the activeTab permission. Both options are more secure than allowing full access to an indeterminate number of sites, and may help minimize review times.The activeTab permission allows access to a tab in response to an explicit user gesture.

{ ... "permissions": ["activeTab"] } 

If your extension only needs to run on certain sites, simply specify those sites in the extension manifest:

{ ... "permissions": ["https://example.com/*"] }

Tags

Created with 💜 by One Inc | Copyright 2026