YT Light Switch
YT Light Switch
Wat is YT Light Switch?
YT Light Switch is een Chrome-extensie ontwikkeld door Technovation Media, en de belangrijkste functie is "YT Light Switch".
Extensie Screenshots
Download het CRX-bestand van de extensie YT Light Switch
Download YT Light Switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
| Officiële URL | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
| Beschrijving | YT Light Switch |
| Bestandsgrootte | 222 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2017-06-14 |
| Publicatiedatum | 2017-06-14 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Technovation Media |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://technovationmedia.com |
| Ondersteunde Talen | 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\/"
]
} | |