Maximum Color Changer for Youtube

Custom color themes for Youtube. Change youtube color to preset themes or create your own

Maximum Color Changer for Youtube क्या है?

Maximum Color Changer for Youtube gildammulyani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom color themes for Youtube. Change youtube color to preset themes or create your own"।

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

screenshot

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

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

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

                        Maximum Color Changer for Youtube lets you change your YouTube theme to your favorite color in seconds ⭐ Customize color themes or use included presets to make your YouTube page unique and comfortable 🤩

Main features:
✔ Over 20 built-in themes
✔ Easy and simple control panel
✔ Works in cinema mode 
✔ Choose border/ font/ background colors 

Download now and watch videos with comfort 👌🏻                    

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

नाम Maximum Color Changer for Youtube Maximum Color Changer for Youtube
ID kjeffohcijbnlkgoaibmdcfconakaajm
आधिकारिक URL https://chrome.google.com/webstore/detail/maximum-color-changer-for/kjeffohcijbnlkgoaibmdcfconakaajm
विवरण Custom color themes for Youtube. Change youtube color to preset themes or create your own
फ़ाइल का आकार 365 KB
स्थापना संख्या 2,242,310
वर्तमान संस्करण 0.9.4
अंतिम अपडेट 2022-09-14
प्रकाशन तिथि 2021-09-30
रेटिंग 4.21/5 कुल 28 रेटिंग्स
डेवलपर gildammulyani
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vRysEhbdM5x7Kf4hSamTzLxfXXl46QeDDqVGNGF2kGFyMw-jDiYo-71xTgqtKodaZ6VXuaz-CfM9MxS/pub
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Maximum Color Changer for Youtube",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.9.4",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content1.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content2.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ]
}