9GAG Night Mode

Changes 9GAG's background to black to make it easier on your eyes.

Apa itu 9GAG Night Mode?

9GAG Night Mode adalah ekstensi Chrome yang dikembangkan oleh JunDoesDevStuff, dan fitur utamanya adalah "Changes 9GAG's background to black to make it easier on your eyes.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 9GAG Night Mode

Unduh file ekstensi 9GAG 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

                        Unofficial Chrome Extension to help you turn off the lights on 9GAG and relieve the strain on your eyes.


If there are any problems, you can message me here or message me on 9GAG @roarono. :D                    

Informasi Dasar Ekstensi

Nama 9GAG Night Mode 9GAG Night Mode
ID jdikgjpbbbgjmnnppijfijoghmfbodgm
URL Resmi https://chromewebstore.google.com/detail/9gag-night-mode/jdikgjpbbbgjmnnppijfijoghmfbodgm
Deskripsi Changes 9GAG's background to black to make it easier on your eyes.
Ukuran File 5.81 KB
Jumlah Instalasi 103
Versi Saat Ini 0.0.1.2
Terakhir Diperbarui 2017-11-11
Tanggal Publikasi 2017-11-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang JunDoesDevStuff
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "9gagNM.js"
            ],
            "matches": [
                "*:\/\/*.9gag.com\/*"
            ]
        }
    ],
    "description": "Changes 9GAG's background to black to make it easier on your eyes.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxJmyHavHJipjYVvyEdhLtXoRlkb\/W8DXhVtLOz7Sym17VzbByCWb9vMiBpp6\/MkCgiTlu3H+TKUszt458ovmvNKKl7GMmewqZyUU54UgfG\/v99wzkBVTkl2N9AtjKtD1+YCtZKMOyc3KxNw8sYQ8ySL1JEmkCGEJ4NuLxl85JhhxO\/RT7xrpq8wxErEorsBiUul5o5IZ6NrNNElfr86Qt+9qc7lTcM2uyk0dOuvhamECgK17UuJlB2goiE7UXMrgIosQohAlv3xcq5xmDlYx\/mtJfuxNOSG\/A1QnmeRx86oKWRmE0M8Kh3tvTbfo77ZszQbsCcTsG3FDd+fDZseawIDAQAB",
    "manifest_version": 2,
    "name": "9GAG Night Mode",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.2",
    "web_accessible_resources": [
        "images\/*"
    ]
}