Likers Blocker Firefox

Examine source code of Likers Blocker

Inspect and view changes in Likers Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "version": "4.0.3",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "index.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "alarms",
    "cookies",
    "downloads",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "https://*.twitter.com/*"
  ],
  "manifest_version": 3,
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{89935eae-8bfa-4d3b-ad16-0881dff87d50}"
    }
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self' https://api.twitter.com; script-src 'self'; object-src 'self'; connect-src 'self' https://api.twitter.com https://twitter.com/; img-src 'self' https://pbs.twimg.com https://abs.twimg.com;"
  },
  "default_locale": "en"
}

Best Likers Blocker Alternatives

Here are some Firefox add-ons that are similar to Likers Blocker: