Lightsoff
Turn all youtube into the dark but leaving the video you are watching, visible.
Lightsoffとは何ですか?
LightsoffはDenis Ciccaleによって開発されたChromeの拡張機能で、その主な機能は「Turn all youtube into the dark but leaving the video you are watching, visible.」です。
Lightsoff拡張機能のCRXファイルをダウンロード
Lightsoff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turn all youtube into the dark but leaving the video you are watching, visible.
拡張機能の基本情報
名前 | |
ID | bjdkpnibhhhelepfmnknbkifbogllcpp |
公式URL | https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp |
説明 | Turn all youtube into the dark but leaving the video you are watching, visible. |
ファイルサイズ | 86.22 KB |
インストール数 | 38 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-04-18 |
公開日 | 2017-04-18 |
評価 | 1.67/5 合計 6 レビュー |
開発者 | Denis Ciccale |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |