SLIVER Night Mode
This extension adds a Night Mode to SLIVER's website.
SLIVER Night Modeとは何ですか?
SLIVER Night Modeはrafazundtによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a Night Mode to SLIVER's website.」です。
拡張機能のスクリーンショット
SLIVER Night Mode拡張機能のCRXファイルをダウンロード
SLIVER Night Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allow users to have a Night Mode at SLIVER website. 拡張機能の基本情報
| 名前 | |
| ID | dehbhpclhcjebfcaijeljoknahligjji |
| 公式URL | https://chromewebstore.google.com/detail/sliver-night-mode/dehbhpclhcjebfcaijeljoknahligjji |
| 説明 | This extension adds a Night Mode to SLIVER's website. |
| ファイルサイズ | 68.89 KB |
| インストール数 | 179 |
| 現在のバージョン | 0.6 |
| 最終更新日 | 2018-01-08 |
| 公開日 | 2018-01-07 |
| 評価 | 3.60/5 合計 5 レビュー |
| 開発者 | rafazundt |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SLIVER Night Mode",
"description": "This extension adds a Night Mode to SLIVER's website.",
"version": "0.6",
"content_scripts": [
{
"matches": [
"https:\/\/www.sliver.tv\/win\/*",
"http:\/\/www.sliver.tv\/win\/*",
"https:\/\/win.sliver.tv\/*",
"http:\/\/win.sliver.tv\/*",
"https:\/\/www.sliver.tv\/account\/inventory\/*",
"http:\/\/www.sliver.tv\/account\/inventory\/*"
],
"js": [
"content.js"
]
}
]
} | |