YouTube Music Mode

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

YouTube Music Modeคืออะไร?

YouTube Music Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.ameyanaik.com และคุณลักษณะหลักของมันคือ "Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Music Mode

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Music Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}