Lightsoff
Turn all youtube into the dark but leaving the video you are watching, visible.
What is Lightsoff?
Lightsoff is a Chrome extension developed by Denis Ciccale, and its main feature is "Turn all youtube into the dark but leaving the video you are watching, visible.".
Download Lightsoff Extension CRX File
Download Lightsoff 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
Turn all youtube into the dark but leaving the video you are watching, visible. Extension Basic Information
| Name | |
| ID | bjdkpnibhhhelepfmnknbkifbogllcpp |
| Official URL | https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp |
| Description | Turn all youtube into the dark but leaving the video you are watching, visible. |
| File Size | 86.22 KB |
| Installation Count | 38 |
| Current Version | 1.0.2 |
| Last Updated | 2017-04-18 |
| Publish Date | 2017-04-18 |
| Rating | 1.67/5 Total 6 Ratings |
| Developer | Denis Ciccale |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lightsoff",
"description": "Turn all youtube into the dark but leaving the video you are watching, visible.",
"version": "1.0.2",
"permissions": [
"activeTab",
"tabs"
],
"background": {
"scripts": [
"lightsoff.js"
],
"persistent": false
},
"content_scripts": [
{
"css": [
"lightsoff.css"
],
"matches": [
"http:\/\/*.youtube.com\/watch*",
"https:\/\/*.youtube.com\/watch*"
]
}
],
"browser_action": {
"default_title": "Toggle Lightsoff",
"default_icon": "icon128.png"
},
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |