9gag Night Mode
Night mode for the 9gag website!
什么是9gag Night Mode?
9gag Night Mode是由Alex Benoit开发的Chrome扩展程序,该扩展的主要功能是“Night mode for the 9gag website!”。
扩展截图
下载9gag Night Mode扩展crx文件
下载9gag Night Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unofficial Chrome Extension to enable night mode on the 9gag desktop website. 扩展基本信息
| 名称 | |
| ID | pdoebgohinaejdpncadbahijijgoffke |
| 官方URL | https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke |
| 简介 | Night mode for the 9gag website! |
| 文件大小 | 12.15 KB |
| 安装次数 | 6,133 |
| 当前版本 | 1.3.6 |
| 更新时间 | 2018-03-30 |
| 上架时间 | 2018-03-30 |
| 评分 | 4.63/5 共88次评分 |
| 开发者 | Alex Benoit |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "9gag Night Mode",
"version": "1.3.6",
"description": "Night mode for the 9gag website!",
"icons": {
"128": "9gagext.png"
},
"content_scripts": [
{
"css": [
"9gag-override.css"
],
"matches": [
"http:\/\/9gag.com\/*",
"https:\/\/9gag.com\/*"
]
}
]
} | |