YT Light Switch
YT Light Switch
YT Light Switchとは何ですか?
YT Light SwitchはTechnovation Mediaによって開発されたChromeの拡張機能で、その主な機能は「YT Light Switch」です。
拡張機能のスクリーンショット
YT Light Switch拡張機能のCRXファイルをダウンロード
YT Light Switch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | klaiijdkfghcdapikgmpljmbkhpgalkl |
| 公式URL | https://chromewebstore.google.com/detail/yt-light-switch/klaiijdkfghcdapikgmpljmbkhpgalkl |
| 説明 | YT Light Switch |
| ファイルサイズ | 222 KB |
| インストール数 | 17 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2017-06-14 |
| 公開日 | 2017-06-14 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Technovation Media |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://technovationmedia.com |
| 対応言語 | 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\/"
]
} | |