YouTube Tweak - Boost Your YouTube Experience Firefox

Examine source code of YouTube Tweak - Boost Your YouTube Experience

By: Dark495
Inspect and view changes in YouTube Tweak - Boost Your YouTube Experience source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_manifest_name__",
  "description": "__MSG_manifest_description__",
  "version": "1.1.7.1",
  "short_name": "YouTubeTweak",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "default_locale": "zh_CN",
  "permissions": [
    "storage",
    "tabs",
    "*://*.youtube.com/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoFLrZYaKyfdxmN2ZjTuBhkAYYq4DeAkSNwmbshxH1i1jpGNTDSmJt68h2v8hlMd1CjqUS7EDiSC5bPDG361otxK4Fgc6CSkOF5A8+NUn8oucLxoEQCLoTY3eRgvbe+y/gL6oAgcZyehefYkYPnaiOFYryY+pbg+KtGKAmDXxBtyB8euwsl9UatWmd1V9vuzpkSgtFKQsZKDa1WROXZOaxIxFCLcTEqG6ACPtlTSwLbIszKJNZ5l3PrEd+kibb5vWM57vKZQUeN1IoHawy0TWqLat6bFGgGjLd6QrftufiWOjSRti80vIYUGtSluhEfMN/jxKoP7rOdGZRRLP1fWJ/QIDAQAB",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtubetweak@dark495.me",
      "strict_min_version": "88.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "YouTubeTweak",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/isolatedWorld.js"
      ],
      "world": "ISOLATED"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": [
        "content-scripts/mainWorld.css"
      ],
      "js": [
        "content-scripts/mainWorld.js"
      ],
      "world": "MAIN"
    }
  ]
}

Best YouTube Tweak - Boost Your YouTube Experience Alternatives

Here are some Firefox add-ons that are similar to YouTube Tweak - Boost Your YouTube Experience: