YouTube standard/TV switcher

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

Apa itu YouTube standard/TV switcher?

YouTube standard/TV switcher adalah ekstensi Chrome yang dikembangkan oleh fori920, dan fitur utamanya adalah "This extension allows to switch between desktop/TV versions of the YouTube platform".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube standard/TV switcher

Unduh file ekstensi YouTube standard/TV switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
URL Resmi https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
Deskripsi This extension allows to switch between desktop/TV versions of the YouTube platform
Ukuran File 39.32 KB
Jumlah Instalasi 796
Versi Saat Ini 0.0.2-alpha
Terakhir Diperbarui 2016-07-01
Tanggal Publikasi 2016-07-01
Penilaian 3.50/5 Total 4 Penilaian
Pengembang fori920
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}