ColorYouTube

ColorYouTube

Select one of 24 color themes for YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "index.html"
  },
  "author": "BrianMcKinney",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [
        "*/chrome/newtab*"
      ],
      "js": [
        "inject.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "externally_connectable": {
    "matches": [
      "*://*.youtube-customizer.com/*",
      "*://*.cusmize.com/*"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiKPr4XX13BSb9nRhf2BJeoFwsMq/u/+l44I1DqwbwVQEvYiDD5ps9x+G2io6fq3cBe/Na+393dzTkBhgYCOT41Y1UX6L9SkNh7GrTkdd8TF0zcBfHJ0vSaA6Qw6ufwpwkNjX2QYaClBKXFotPaEKUfBJnreTPEixz3TVNp+UO94f+MYWzYfwuyBAQ/aoRayrHtdeHq1PQehAl9eIlXNYwMUSxmyyeKpsPov9mJgk5bZ9OTnGslz/Sk4UdXMLfvQA94ZGP1GuxHssorBHa+AYlZ6j4Wt+ovdiS+L0fDQPusjoYYNbBk8VChMjJ333Z9FO/3Unyr+Fr58f3HUMEurNrQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_page": "index.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "short_name": "ColorYoutube",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.4.0",
  "version_name": "2.4.0"
}