YouTube Music Mode
Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.
Wat is YouTube Music Mode?
YouTube Music Mode is een Chrome-extensie ontwikkeld door http://www.ameyanaik.com, en de belangrijkste functie is "Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Music Mode
Download YouTube Music Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jilljhdedkalicogkbdpjaaelofihagl |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-music-mode/jilljhdedkalicogkbdpjaaelofihagl |
Beschrijving | Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth. |
Bestandsgrootte | 150 KB |
Aantal Installaties | 799 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2018-07-24 |
Publicatiedatum | 2018-07-24 |
Beoordeling | 4.00/5 Totaal 20 Beoordelingen |
Ontwikkelaar | http://www.ameyanaik.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |