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.".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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" ] } |