ActiveProtectionSystem Firefox

Examine source code of ActiveProtectionSystem

By: aps
Inspect and view changes in ActiveProtectionSystem source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ActiveProtectionSystem",
  "description": "blmarket's random selection of browser extensions",
  "version": "0.8.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "_execute_action": {
      "description": "Opens popup",
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "tabs",
    "storage",
    "cookies",
    "downloads",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aps@blmarket.net",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ]
      }
    }
  }
}

Best ActiveProtectionSystem Alternatives

Here are some Firefox add-ons that are similar to ActiveProtectionSystem: