Erev2 Night Mode

Erev2 theme

什麼是Erev2 Night Mode?

Erev2 Night Mode是由Wolf72x開發的Chrome擴展程式,該擴展的主要功能是“Erev2 theme”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Erev2 Night Mode Erev2 Night Mode
ID jjiplmokffdphpgmmjfbjcdmkkcnjkgn
官方網址 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\/*"
            ]
        }
    ]
}