decolour Firefox

Examine source code of decolour

Inspect and view changes in decolour source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "decolour",
  "version": "0.1",
  "description": "decolor your world!",
  "icons": {
    "48": "decolour.svg",
    "96": "decolour.svg"
  },
  "browser_action": {
    "default_icon": "decolour.svg",
    "default_title": "deColour your world!"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "decolour.js"
      ]
    }
  ]
}

Best decolour Alternatives

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