Spoiler Specs Firefox

Examine source code of Spoiler Specs

By: Tom Lum
Inspect and view changes in Spoiler Specs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Spoiler Specs",
  "short_name": "Spoiler Specs",
  "version": "1.1.3",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0604031-066c-4d89-960d-1359b52014e7}",
      "strict_min_version": "42.0"
    }
  },
  "description": "Removes spoilery thumbnails and descriptions on streaming sites",
  "homepage_url": "http://www.TomLum.com/spoilerspecs",
  "icons": {
    "128": "icons/icon128on.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon128on.png",
    "default_title": "Spoiler Specs",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.hulu.com/*"
      ],
      "js": [
        "src/inject/hulu.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "src/inject/amazon.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.hbogo.com/*"
      ],
      "js": [
        "src/inject/hbogo.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.hbomax.com/*"
      ],
      "js": [
        "src/inject/hbomax.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.hbonow.com/*"
      ],
      "js": [
        "src/inject/hbogo.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "src/inject/netflix.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.crunchyroll.com/*"
      ],
      "js": [
        "src/inject/crunchyroll.js"
      ]
    }
  ]
}

Best Spoiler Specs Alternatives

Here are some Firefox add-ons that are similar to Spoiler Specs: