YouTube standard/TV switcher

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

Co to jest YouTube standard/TV switcher?

YouTube standard/TV switcher to rozszerzenie Chrome opracowane przez fori920, a jego główną funkcją jest „This extension allows to switch between desktop/TV versions of the YouTube platform”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube standard/TV switcher

Pobierz pliki rozszerzeń YouTube standard/TV switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
Opis This extension allows to switch between desktop/TV versions of the YouTube platform
Rozmiar pliku 39.32 KB
Liczba instalacji 796
Aktualna Wersja 0.0.2-alpha
Ostatnia Aktualizacja 2016-07-01
Data Publikacji 2016-07-01
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper fori920
Typ Płatności free
Obsługiwane Języki 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"
    ]
}