Erev2 Night Mode
Erev2 theme
What is Erev2 Night Mode?
Erev2 Night Mode is a Chrome extension developed by Wolf72x, and its main feature is "Erev2 theme".
Extension Screenshots
Download Erev2 Night Mode Extension CRX File
Download Erev2 Night Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension provides only change for Erevoluttion browser game. It changes css stylesheet and provides u with dark theme instead of regular light one.
Extension Basic Information
Name | Erev2 Night Mode |
ID | jjiplmokffdphpgmmjfbjcdmkkcnjkgn |
Official URL | https://chromewebstore.google.com/detail/erev2-night-mode/jjiplmokffdphpgmmjfbjcdmkkcnjkgn |
Description | Erev2 theme |
File Size | 1.21 MB |
Installation Count | 13 |
Current Version | 1.0.4 |
Last Updated | 2019-02-16 |
Publish Date | 2019-02-15 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Wolf72x |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |