YouTube Studio Custom Colors Firefox

Examine source code of YouTube Studio Custom Colors

By: Cubeweb
Inspect and view changes in YouTube Studio Custom Colors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Studio Custom Colors",
  "version": "2.0",
  "description": "Changes YouTube Studio's colors to your custom color",
  "permissions": [
    "storage",
    "tabs",
    "https://studio.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Choose Color",
    "default_icon": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://studio.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-studio-colors@cubeweb.fr",
      "strict_min_version": "58.0"
    }
  }
}

Best YouTube Studio Custom Colors Alternatives

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