YouTube Music Mode

Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.

YouTube Music Mode क्या है?

YouTube Music Mode http://www.ameyanaik.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth."।

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

screenshot
screenshot
screenshot

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

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

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

                        How to use it?
1) Install 'YouTube Music Mode'
2) When you watch a video, click 'Music Mode' button to enable or disable.

Note: This product is not endorsed, certified or otherwise approved in any way by Youtube or any of its affiliates.

Updates:
v 2.1.0 (2018-07-24)
- (Bug Fix) Reduce/restore Youtube playback quality
- Set 'Youtube Music Mode' enabled by default                    

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

नाम YouTube Music Mode YouTube Music Mode
ID jilljhdedkalicogkbdpjaaelofihagl
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-music-mode/jilljhdedkalicogkbdpjaaelofihagl
विवरण Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.
फ़ाइल का आकार 150 KB
स्थापना संख्या 799
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2018-07-24
प्रकाशन तिथि 2018-07-24
रेटिंग 4.00/5 कुल 20 रेटिंग्स
डेवलपर http://www.ameyanaik.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "inject_style.css"
            ],
            "js": [
                "v2\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com https:\/\/apis.google.com https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com\/yt\/jsbin\/www-widgetapi-vfl9Ni0ki.js; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "icons": {
        "128": "icon.png",
        "256": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "name": "__MSG_name__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "web_accessible_resources": [
        "v2\/injected.js",
        "v2\/jquery-3.2.1-min.js"
    ]
}