YT Light Switch
YT Light Switch
什么是YT Light Switch?
YT Light Switch是由Technovation Media开发的Chrome扩展程序,该扩展的主要功能是“YT Light Switch”。
扩展截图
下载YT Light Switch扩展crx文件
下载YT Light Switch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
YT Light Switch Makes it easy for you to watch a youtube video on a pitch background so that you can focus on the video. With a simple click on the icon the lights will be turned off. To turn back the lights just simply click the icon again.
扩展基本信息
名称 | YT Light Switch |
ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
官方URL | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
简介 | YT Light Switch |
文件大小 | 222 KB |
安装次数 | 17 |
当前版本 | 0.0.1 |
更新时间 | 2017-06-14 |
上架时间 | 2017-06-14 |
评分 | 5.00/5 共4次评分 |
开发者 | Technovation Media |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://technovationmedia.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Light Switch", "version": "0.0.1", "manifest_version": 2, "description": "YT Light Switch", "homepage_url": "http:\/\/technovationmedia.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/" ] } |