Privacy Settings

privacy
High RiskCategory: Privacy & NavigationView Official Docs

Install Warning

"Change your privacy-related settings."

Technical Context

Provides access to the chrome.privacy API for reading and modifying Chrome's privacy-related settings. This includes controls for tracking protection, autofill, and other privacy features.

What This Means For You

The extension can change Chrome's privacy settings, like whether websites can track you. This is used by privacy-focused tools to enhance your protection.

Related APIs

This permission enables access to these Chrome APIs:

chrome.privacy

Common Use Cases

  • Privacy enhancers
  • Security tools

How to Declare in manifest.json

Add the "privacy" permission to your extension manifest:

{
  "manifest_version": 3,
  "name": "My Extension",
  "permissions": [
    "privacy"
  ]
}

What Users Will See

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

This extension can:

"Change your privacy-related settings."

Related Permissions