BlockMask Firefox

Examine source code of BlockMask

By: ARR552
Inspect and view changes in BlockMask source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BlockMask",
  "version": "1.1",
  "description": "This is a plugin that allows you to verify the integrity of content, storaged in Social networks",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icons/border-48.png",
    "128": "images/icon-128.png"
  },
  "content_security_policy": "default-src * 'unsafe-inline' 'unsafe-eval'; script-src 'self' 'unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline' 'unsafe-eval';",
  "applications": {
    "gecko": {
      "id": "webextension_addon@block.io"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "BlockMask",
    "default_popup": "popup.html"
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "webRequest",
    "webNavigation",
    "storage",
    "activeTab"
  ]
}

Best BlockMask Alternatives

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