Theme & Color Changer for Youtube™

Change color theme on YouTube™ to any colors you like! Create your own custom color theme

Theme & Color Changer for Youtube™ क्या है?

Theme & Color Changer for Youtube™ StickerMania द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change color theme on YouTube™ to any colors you like! Create your own custom color theme"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Theme & Color Changer for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you tired of the standard colors of YouTube? Now you have an opportunity to make YouTube more colorful and fun! With our color changer you can create your own fully custom themes for YouTube or you can use our pre picked selection of colorful themes.

In a very simple and easy to use interface you are able to build fresh and bright themes with just a few clicks of your mouse. Header, sidebar and main content window will shine with colors because you can fully customize them and paint them with color pickers unlimited colors. 

Show your mood by creating new YouTube color theme any time you like. Were there you want to see YouTube in dark mode for a night watching videos or fresh and light colored for a day view – its all just a meter of a few seconds and your creativity!

Its so were there you feel the need to change YouTube color slightly, for a little as a half tone or create a really dark YouTube theme, with our color changer and a full palette of colors - you can! Create fully customizable color themes for YouTube in minutes and improve your YouTube experience with new themes!                    

एक्सटेंशन की मूल जानकारी

नाम Theme & Color Changer for Youtube™ Theme & Color Changer for Youtube™
ID pdebhfmknndmlfoklnkmadfbjfadjdme
आधिकारिक URL https://chromewebstore.google.com/detail/theme-color-changer-for-y/pdebhfmknndmlfoklnkmadfbjfadjdme
विवरण Change color theme on YouTube™ to any colors you like! Create your own custom color theme
फ़ाइल का आकार 231 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.8.0
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2020-06-24
रेटिंग 3.91/5 कुल 143 रेटिंग्स
डेवलपर StickerMania
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mystickermania.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon_128.png",
            "256": "assets\/icons\/icon_256.png",
            "32": "assets\/icons\/icon_32.png",
            "64": "assets\/icons\/icon_64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "256": "assets\/icons\/icon_256.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxYD8vMv02fa7BjB\/jmYpG9es0TgPhufWRZxR\/hgs7IBdFtjbP8QmAJVPgP523nwAJqylO4hh5SIQ3kY\/fXOki1oluJ0r9XnNXnJKPdO4rrebzZoS9FRZGWqIaUwBc87+iOwBHbazt8VGZNTCfP4xJfMN8f4i9V\/nTK5Jjt1h15dJQXVMGBBq48PzW4nwFAv6aMT7SKbmngekU+QQhtyPQ2gcq\/rQKJIuVAj9E3Wjeyo7KjqqTIS5aZveNh8vijhakL7VRO4DNO4o4V4fRclxc3L9n5UeUsnWO+6BVAwyS\/W8kBJScekokcmAQTfd1i\/6KGqsNGZNF5lPwAJ0aqVprQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content.js",
                "*.*"
            ]
        }
    ]
}