YouTube standard/TV switcher

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

O que é YouTube standard/TV switcher?

YouTube standard/TV switcher é uma extensão do Chrome desenvolvida por fori920, e sua principal característica é "This extension allows to switch between desktop/TV versions of the YouTube platform".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube standard/TV switcher

Baixe arquivos de extensão YouTube standard/TV switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
URL Oficial https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
Descrição This extension allows to switch between desktop/TV versions of the YouTube platform
Tamanho do Arquivo 39.32 KB
Contagem de Instalações 796
Versão Atual 0.0.2-alpha
Última Atualização 2016-07-01
Data de Publicação 2016-07-01
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor fori920
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}