YouTube standard/TV switcher

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

YouTube standard/TV switcher là gì?

YouTube standard/TV switcher là một tiện ích mở rộng Chrome được phát triển bởi fori920, và tính năng chính của nó là "This extension allows to switch between desktop/TV versions of the YouTube platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube standard/TV switcher

Tải xuống các tệp mở rộng YouTube standard/TV switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube standard/TV switcher YouTube standard/TV switcher
ID dddjfhipdjphgemiejifpdhlbmdlpoao
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao
Mô tả This extension allows to switch between desktop/TV versions of the YouTube platform
Kích Thước Tệp 39.32 KB
Số Lần Cài Đặt 796
Phiên Bản Hiện Tại 0.0.2-alpha
Cập Nhật Lần Cuối 2016-07-01
Ngày Phát Hành 2016-07-01
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển fori920
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}