Erev2 Night Mode

Erev2 theme

Apa itu Erev2 Night Mode?

Erev2 Night Mode adalah ekstensi Chrome yang dikembangkan oleh Wolf72x, dan fitur utamanya adalah "Erev2 theme".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Erev2 Night Mode

Unduh file ekstensi Erev2 Night Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension provides only change for Erevoluttion browser game. It changes css stylesheet and provides u with dark theme instead of regular light one.                    

Informasi Dasar Ekstensi

Nama Erev2 Night Mode Erev2 Night Mode
ID jjiplmokffdphpgmmjfbjcdmkkcnjkgn
URL Resmi https://chromewebstore.google.com/detail/erev2-night-mode/jjiplmokffdphpgmmjfbjcdmkkcnjkgn
Deskripsi Erev2 theme
Ukuran File 1.21 MB
Jumlah Instalasi 13
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2019-02-16
Tanggal Publikasi 2019-02-15
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Wolf72x
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}