YouTube standard/TV switcher

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

什麼是YouTube standard/TV switcher?

YouTube standard/TV switcher是由fori920開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to switch between desktop/TV versions of the YouTube platform”。

擴展截圖

screenshot
screenshot

下載YouTube standard/TV switcher擴展crx文件

下載YouTube standard/TV switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
官方網址 https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
簡介 This extension allows to switch between desktop/TV versions of the YouTube platform
檔案大小 39.32 KB
安裝次數 796
目前版本 0.0.2-alpha
更新時間 2016-07-01
上架時間 2016-07-01
評分 3.50/5 共 4 次評分
開發者 fori920
付費類型 free
支援的語言 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"
    ]
}