Sweezy Custom Progress Bar for Youtube™ Firefox

Examine source code of Sweezy Custom Progress Bar for Youtube™

By: Fer Add-on
Inspect and view changes in Sweezy Custom Progress Bar for Youtube™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "3.0.1",
  "manifest_version": 3,
  "icons": {
    "32": "assets/manifest_icons/icon-32.png",
    "48": "assets/manifest_icons/icon-48.png",
    "96": "assets/manifest_icons/icon-96.png",
    "128": "assets/manifest_icons/icon-128.png",
    "256": "assets/manifest_icons/icon-256.png"
  },
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "./content_script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/progress_scrubbers/*"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sweezy@local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Sweezy Custom Progress Bar for Youtube™ Alternatives

Here are some Firefox add-ons that are similar to Sweezy Custom Progress Bar for Youtube™: