Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Required permissions in Chromium

Gitoffthelawn edited this page Jun 19, 2015 · 3 revisions

Access your data on all web sites

This is required to:

  • Inspect all net requests so they can be canceled if needed.
    • Only on http and https URL addresses.

See code:

Access your tabs and browsing activity

This is required to:

  • Create new tabs (when clicking on a filter list, to see its content)
  • Detect when a tab is added or removed
  • Update the toolbar icon badge
  • Flush internal data structures from memory
  • Determine which tab is currently active (to fill the popup menu with stats and settings)
  • Inject the element picker script
  • Implement the popup-blocker

See code:

Clone this wiki locally