BlockChan [4chan / 4channel] Firefox

Examine source code of BlockChan [4chan / 4channel]

By: lugg3
Inspect and view changes in BlockChan [4chan / 4channel] source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BlockChan [4chan / 4channel]",
  "version": "1.1.1",
  "description": "Helps to block content on 4Chan",
  "icons": {
    "16": "resources/icon16.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "background": {
    "scripts": [
      "initializeBlocklist.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://boards.4channel.org/*/*",
        "*://boards.4chan.org/*/*"
      ],
      "js": [
        "thumbBlock.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ]
}

Best BlockChan [4chan / 4channel] Alternatives

Here are some Firefox add-ons that are similar to BlockChan [4chan / 4channel]: