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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |