22 Permissions
Daniel Howe edited this page 2020-07-06 23:44:27 +08:00

AdNauseam's required permissions are based on those of uBlock Origin. We add one additional permission (monitor extension usage and manage themes) which we use to check for other addons that might conflict with AdNauseam, and then to issue a warning for the user. Here is a link to the relevant code.

These are the required permissions as specified in AdNauseam's manifest:

"permissions": [
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "management",
    "contextMenus, (chromium-only)"
    "menus", (firefox-only)
    "dns" (firefox-only)
]

See uBlock's documentation on how specific permissions are used below: