Block Party Firefox

Examine source code of Block Party

Inspect and view changes in Block Party source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block Party",
  "version": "1.0",
  "description": "Hide elements containing specific phrases.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d73a03a1-0e35-4673-8ac7-f6351a336f0d}"
    }
  }
}

Best Block Party Alternatives

Here are some Firefox add-ons that are similar to Block Party: