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
公式URL 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"
    ]
}