YouTube CleanSlate Firefox

Examine source code of YouTube CleanSlate

By: phkul
Inspect and view changes in YouTube CleanSlate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube CleanSlate",
  "version": "1.5",
  "description": "Removes various UI elements from YouTube for a cleaner experience.",
  "icons": {
    "48": "icon-disabled.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-disabled.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a5188bf-3f1c-44ce-89cb-e28b4bccc785}"
    }
  }
}

Best YouTube CleanSlate Alternatives

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