CleanYT Firefox

Examine source code of CleanYT

By: Nomade
Inspect and view changes in CleanYT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CleanYT",
  "version": "1.0",
  "description": "Clean the youtube video page.",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/watch?*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/logo-32.png",
    "default_title": "CleanYT",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "storage"
  ],
  "author": "João Lima"
}

Best CleanYT Alternatives

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