YT Light Switch
YT Light Switch
What is YT Light Switch?
YT Light Switch is a Chrome extension developed by Technovation Media, and its main feature is "YT Light Switch".
Extension Screenshots
Download YT Light Switch Extension CRX File
Download YT Light Switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YT Light Switch |
ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
Official URL | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
Description | YT Light Switch |
File Size | 222 KB |
Installation Count | 17 |
Current Version | 0.0.1 |
Last Updated | 2017-06-14 |
Publish Date | 2017-06-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Technovation Media |
[email protected] | |
Payment Type | free |
Extension Website | http://technovationmedia.com |
Supported Languages | 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\/" ] } |