Google Music Colorizer

Change the colors of your Google Play Music window.

Google Music Colorizer क्या है?

Google Music Colorizer http://bugg.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the colors of your Google Play Music window."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to:
* Enable Dark mode on Google Play Music for less strain on the eyes
* Change your Google Play Music accent color to whatever you'd like to make it how you want it.
* Enable "Rainbow mode" for animated accent colors!                    

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

नाम Google Music Colorizer Google Music Colorizer
ID ebkhhlmkbdchllbhfaeemhbdbgljmnlp
आधिकारिक URL https://chrome.google.com/webstore/detail/google-music-colorizer/ebkhhlmkbdchllbhfaeemhbdbgljmnlp
विवरण Change the colors of your Google Play Music window.
फ़ाइल का आकार 153 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-08-19
प्रकाशन तिथि 2018-08-19
डेवलपर http://bugg.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bugg.co/
गोपनीयता नीति पृष्ठ URL https://bugg.co/privacy.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Music Colorizer",
    "version": "1.0.1",
    "description": "Change the colors of your Google Play Music window.",
    "author": "bugfroggy",
    "homepage_url": "https:\/\/bugg.co\/",
    "offline_enabled": true,
    "icons": {
        "16": "img\/logo-16.png",
        "19": "img\/logo-19.png",
        "48": "img\/logo-48.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "short_name": "GM Color",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "https:\/\/play.google.com\/music\/listen"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/listen*"
            ],
            "js": [
                "chroma.min.js",
                "target_data.js",
                "init.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "img\/logo-16.png",
            "19": "img\/logo-19.png",
            "48": "img\/logo-48.png",
            "64": "img\/logo-64.png",
            "128": "img\/logo-128.png"
        }
    }
}