Erev2 Night Mode
Erev2 theme
什么是Erev2 Night Mode?
Erev2 Night Mode是由Wolf72x开发的Chrome扩展程序,该扩展的主要功能是“Erev2 theme”。
扩展截图
下载Erev2 Night Mode扩展crx文件
下载Erev2 Night Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides only change for Erevoluttion browser game. It changes css stylesheet and provides u with dark theme instead of regular light one. 扩展基本信息
| 名称 | |
| ID | jjiplmokffdphpgmmjfbjcdmkkcnjkgn |
| 官方URL | https://chromewebstore.google.com/detail/erev2-night-mode/jjiplmokffdphpgmmjfbjcdmkkcnjkgn |
| 简介 | Erev2 theme |
| 文件大小 | 1.21 MB |
| 安装次数 | 13 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2019-02-16 |
| 上架时间 | 2019-02-15 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Wolf72x |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Erev2 Night Mode",
"version": "1.0.4",
"icons": {
"48": "favicon.png"
},
"description": "Erev2 theme",
"web_accessible_resources": [
"off.png",
"on.png",
"citizen.png",
"bg.jpg",
"bg_mu.png",
"bg_dt.png",
"blue_beauty_span.png",
"elections.png",
"employees.png",
"checked-checkbox.png",
"employee_on.png",
"employee_off.png",
"congress_off.png",
"congress_on.png",
"law1.png",
"law2.png",
"party.png",
"congress.png",
"president.png",
"battle.jpg"
],
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"jquery-3.3.1.min.js",
"content.js"
],
"matches": [
"https:\/\/www.erev2.com\/*"
]
}
]
} | |