Customizer YouTube™

Customizer YouTube™

You can customize the theme and colors from YouTube yourself. You can do many more settings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "codehemu-content-script.js"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "homepage_url": "https://www.downloadhub.cloud/2023/04/CustomizerYoutube.html",
  "icons": {
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.2",
  "short_name": "Ctube",
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "resources": [
        "icon/*"
      ]
    }
  ]
}