YouTube Show Progress Firefox

Examine source code of YouTube Show Progress

Inspect and view changes in YouTube Show Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Show Progress",
  "version": "1.4.5",
  "description": "Display custom progress bar for YouTube videos.",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "storage"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false,
    "browser_style": true
  },
  "web_accessible_resources": [
    "modules/*.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fd9b9e87-abb3-4d33-aefc-e5bc64866f6e}"
    },
    "gecko_android": {}
  }
}

Best YouTube Show Progress Alternatives

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