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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |