Sanitize Firefox

Examine source code of Sanitize

Par : Onyx Agate
Inspect and view changes in Sanitize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Sanitize",
  "short_name": "Sanitize",
  "version": "1.0.4",
  "author": "RedeemedSpoon (QustoTemmo@protonmail.com)",
  "homepage_url": "https://RedeemedSpoon.github.io/Sanitize/",
  "description": "An Extension That Tweak Websites & Customize Browsing Experience To Better Suit Your Needs.",
  "manifest_version": 2,
  "incognito": "spanning",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+W"
      },
      "description": "Open Sanitize Popup"
    },
    "disable_sanitize": {
      "suggested_key": {
        "default": "Ctrl+Alt+X"
      },
      "description": "Toggle Sanitize On/Off"
    },
    "add_filter": {
      "suggested_key": {
        "default": "Ctrl+Alt+A"
      },
      "description": "Open Add Filter Tab"
    },
    "view_filter": {
      "suggested_key": {
        "default": "Ctrl+Alt+V"
      },
      "description": "Open View All Filters Tab"
    },
    "toggle_zen_mode": {
      "suggested_key": {
        "default": "Ctrl+Alt+Q"
      },
      "description": "Toggle Zen Mode"
    },
    "toggle_freeze_mode": {
      "suggested_key": {
        "default": "Ctrl+Alt+E"
      },
      "description": "Toggle Freeze Mode"
    },
    "toggle_grayscale_mode": {
      "suggested_key": {
        "default": "Ctrl+Alt+C"
      },
      "description": "Toggle Grayscale Mode"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5bd7bac5-f2c3-48b7-a271-9162955c53f9}"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "96": "icons/logo_96.png"
  },
  "browser_action": {
    "default_title": "Sanitize",
    "default_popup": "popup/popup.html",
    "default_area": "navbar",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "96": "icons/logo_96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "filters.js"
      ],
      "run_at": "document_idle",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "storage"
  ]
}

Meilleures alternatives Sanitize

Voici quelques Firefox add-ons qui sont similaires à Sanitize :