Disable CSS Firefox

Examine source code of Disable CSS

Inspect and view changes in Disable CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable CSS",
  "version": "1.0.0",
  "description": "Disable CSS",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "disablecss-59ad6f1c4b@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Disable CSS Alternatives

Here are some Firefox add-ons that are similar to Disable CSS: