Blackify Firefox

Examine source code of Blackify

Inspect and view changes in Blackify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a solid red border to all webpages matching mozilla.org. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#borderify",
  "manifest_version": 2,
  "name": "Blackify",
  "version": "1.0",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "blackify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{575f2e96-bbaa-4375-9f83-8932b19185e7}"
    }
  }
}

Meilleures alternatives Blackify

Voici quelques Firefox add-ons qui sont similaires à Blackify :