ToggleWatchedVideos Firefox

Examine source code of ToggleWatchedVideos

Inspect and view changes in ToggleWatchedVideos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ToggleWatchedVideos",
  "version": "0.0.3",
  "description": "Adds the ability to toggle visibility of YouTube videos that you've already watched",
  "icons": {
    "16": "icon/main.png",
    "32": "icon/main.png",
    "64": "icon/main.png",
    "128": "icon/main.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon/visible.png"
    },
    "browser_style": true,
    "default_title": "ToggleWatchedVideos Toggle"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "http*://*youtube.*",
        "http*://*youtu.be*"
      ],
      "js": [
        "src/common.js",
        "src/document.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/common.js",
      "src/background.js"
    ]
  },
  "web_accessible_resources": [
    "style/*.css"
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec15ece7-f20b-48c6-88df-23e7bb4aba4f}"
    }
  }
}

Best ToggleWatchedVideos Alternatives

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