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 |
| 电子邮箱 | [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"
]
}
]
} | |