YT Light Switch
YT Light Switch
Cos'è YT Light Switch?
YT Light Switch è un'estensione di Chrome sviluppata da Technovation Media, e la sua funzione principale è "YT Light Switch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YT Light Switch
Scarica i file di estensione YT Light Switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
| URL Ufficiale | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
| Descrizione | YT Light Switch |
| Dimensione del File | 222 KB |
| Conteggio Installazioni | 17 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2017-06-14 |
| Data di Pubblicazione | 2017-06-14 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Technovation Media |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://technovationmedia.com |
| Lingue Supportate | 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\/"
]
} | |