YT Clean Firefox

Examine source code of YT Clean

Inspect and view changes in YT Clean source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YT Clean",
  "version": "0.6resigned1",
  "manifest_version": 2,
  "description": "Cleans up YT",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "YT Clean"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{490a3d85-c66f-40e4-87d4-260db3a08028}"
    }
  }
}

최고의 YT Clean 대안

다음은 YT Clean과(와) 유사한 Firefox add-on입니다: