YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
Qu'est-ce que YouTube standard/TV switcher ?
YouTube standard/TV switcher est une extension Chrome développée par fori920, et sa fonction principale est "This extension allows to switch between desktop/TV versions of the YouTube platform".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube standard/TV switcher
Téléchargez les fichiers d'extension YouTube standard/TV switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Description | This extension allows to switch between desktop/TV versions of the YouTube platform |
Taille du Fichier | 39.32 KB |
Nombre d'Installations | 796 |
Version Actuelle | 0.0.2-alpha |
Dernière Mise à Jour | 2016-07-01 |
Date de Publication | 2016-07-01 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | fori920 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |