YT Light Switch
YT Light Switch
Vad är YT Light Switch?
YT Light Switch är en Chrome-tillägg utvecklad av Technovation Media, och dess huvudfunktion är "YT Light Switch".
Tilläggsskärmbilder
Ladda ner YT Light Switch-förlängningens CRX-fil
Ladda ner YT Light Switch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
| Officiell webbadress | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
| Beskrivning | YT Light Switch |
| Filstorlek | 222 KB |
| Antal Installationer | 17 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2017-06-14 |
| Publiceringsdatum | 2017-06-14 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Technovation Media |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://technovationmedia.com |
| Stödda Språk | 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\/"
]
} | |