YouTube standard/TV switcher

This extension allows to switch between desktop/TV versions of the YouTube platform

Cos'è YouTube standard/TV switcher?

YouTube standard/TV switcher è un'estensione di Chrome sviluppata da fori920, e la sua funzione principale è "This extension allows to switch between desktop/TV versions of the YouTube platform".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube standard/TV switcher

Scarica i file di estensione YouTube standard/TV switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
Descrizione This extension allows to switch between desktop/TV versions of the YouTube platform
Dimensione del File 39.32 KB
Conteggio Installazioni 796
Versione Corrente 0.0.2-alpha
Ultimo Aggiornamento 2016-07-01
Data di Pubblicazione 2016-07-01
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore fori920
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}