YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
Wat is YouTube standard/TV switcher?
YouTube standard/TV switcher is een Chrome-extensie ontwikkeld door fori920, en de belangrijkste functie is "This extension allows to switch between desktop/TV versions of the YouTube platform".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube standard/TV switcher
Download YouTube standard/TV switcher-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
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.
Basisinformatie over de Extensie
Naam | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Beschrijving | This extension allows to switch between desktop/TV versions of the YouTube platform |
Bestandsgrootte | 39.32 KB |
Aantal Installaties | 796 |
Huidige Versie | 0.0.2-alpha |
Laatst Bijgewerkt | 2016-07-01 |
Publicatiedatum | 2016-07-01 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | fori920 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |