YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
Co je YouTube standard/TV switcher?
YouTube standard/TV switcher je rozšíření Chrome vyvinuté fori920, a jeho hlavní funkcí je „This extension allows to switch between desktop/TV versions of the YouTube platform“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube standard/TV switcher
Stáhněte si soubory rozšíření YouTube standard/TV switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Allows users to easily switch on a currently watching video between the desktop and the TV interface from YouTube. - The badge indicates whether which YouTube version you are using. - Preserves currently watching videos between switches. New features will come soon. THIS IS AN ALPHA RELEASE. USE AT YOUR OWN RISK.
Základní Informace o Rozšíření
Název | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Popis | This extension allows to switch between desktop/TV versions of the YouTube platform |
Velikost souboru | 39.32 KB |
Počet instalací | 796 |
Aktuální Verze | 0.0.2-alpha |
Poslední Aktualizace | 2016-07-01 |
Datum Vydání | 2016-07-01 |
Hodnocení | 3.50/5 Celkem 4 Hodnocení |
Vývojář | fori920 |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube standard\/TV switcher", "description": "This extension allows to switch between desktop\/TV versions of the YouTube platform", "version": "0.0.2", "version_name": "0.0.2-alpha", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "switcher.js" ] }, "permissions": [ "activeTab" ] } |