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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}