YouTube Custom Settings Firefox

Examine source code of YouTube Custom Settings

By: YouGo
Inspect and view changes in YouTube Custom Settings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.13.2",
  "description": "Set default values to YouTube (quality, speed, subtitles, audio), also includes an audio normalizer and members-only video filter.",
  "author": "YouGo",
  "default_locale": "en",
  "manifest_version": 3,
  "name": "YouTube Custom Settings",
  "icons": {
    "48": "dist/assets/icons/icon_48.png",
    "96": "dist/assets/icons/icon_96.png"
  },
  "action": {
    "default_icon": {
      "48": "dist/assets/icons/icon_48.png",
      "96": "dist/assets/icons/icon_96.png"
    },
    "default_popup": "dist/popup/popup.html",
    "default_title": "YCS"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://*.youtube-nocookie.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtube-nocookie.com/*"
      ],
      "js": [
        "dist/browser-polyfill.js",
        "dist/content/content.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "dist/browser-polyfill.js",
      "dist/background/background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{173a009e-94de-4a93-ba66-08986321a401}",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/content/scripts/VideoQualityScript.js",
        "dist/content/scripts/VideoSpeedScript.js",
        "dist/content/scripts/SubtitlesScript.js",
        "dist/content/scripts/AudioNormalizerScript.js",
        "dist/content/scripts/VolumeScript.js",
        "dist/content/scripts/MembersFetchInterceptorScript.js",
        "dist/content/scripts/AudioTrackScript.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtube-nocookie.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "dist/popup/settings.html",
    "open_in_tab": true
  }
}

Best YouTube Custom Settings Alternatives

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