YouTube AntiSpoiler Firefox

Examine source code of YouTube AntiSpoiler

Inspect and view changes in YouTube AntiSpoiler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube AntiSpoiler",
  "version": "1.1",
  "description": "Hide time display and progress bar for YouTube videos matching by words in title",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_title": "YouTube AntiSpoiler",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube-antispoiler.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}

Best YouTube AntiSpoiler Alternatives

Here are some Firefox add-ons that are similar to YouTube AntiSpoiler: