SpoilerNoNo Firefox

Examine source code of SpoilerNoNo

By: Otakon7
Inspect and view changes in SpoilerNoNo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SpoilerNoNo",
  "version": "1.0",
  "description": "Hides Youtube videos containing keywords",
  "icons": {
    "48": "img/48.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "spoilernono.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "spoilernono@example.com"
    }
  },
  "options_ui": {
    "page": "home.html"
  },
  "permissions": [
    "storage"
  ]
}

Best SpoilerNoNo Alternatives

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