Stackblocker Firefox

Examine source code of Stackblocker

By: Jack T
Inspect and view changes in Stackblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stackblocker",
  "version": "1.0",
  "description": "This blocks the individual elements of the sidebar on Stack Overflow (and adjacent sites)",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://stackoverflow.com/*",
        "*://*.stackoverflow.com/*",
        "*://*.stackexchange.com/*"
      ],
      "js": [
        "stackblocker.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/border-48.png"
    },
    "default_popup": "options/options.html",
    "default_title": "SO Block Options"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "thomsonjack41@gmail.com"
    }
  }
}

Best Stackblocker Alternatives

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