All HTTPS Sites

https://*/*
High RiskCategory: Host PermissionsView Official Docs

Install Warning

"Read and change all your data on all websites."

Technical Context

Grants access to all secure HTTPS websites. This covers the vast majority of modern web traffic but excludes insecure HTTP sites.

What This Means For You

The extension can access all secure websites you visit, which includes almost every site you use today. It still cannot access special Chrome pages.

Related APIs

This permission enables access to these Chrome APIs:

chrome.scripting

Common Use Cases

  • Universal web tools
  • Accessibility extensions

How to Declare in manifest.json

Add the "https://*/*" permission to your extension manifest:

{
  "manifest_version": 3,
  "name": "My Extension",
  "permissions": [
    "https://*/*"
  ]
}

What Users Will See

When users install your extension, Chrome will display this warning:

This extension can:

"Read and change all your data on all websites."

Related Permissions