9gag Nightmode

This extension grants the power of the darkside to your pc-master race rigg!

Apa itu 9gag Nightmode?

9gag Nightmode adalah ekstensi Chrome yang dikembangkan oleh fillfey, dan fitur utamanya adalah "This extension grants the power of the darkside to your pc-master race rigg!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 9gag Nightmode

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

                        The dark side is brought to the PC master race!

Never again shall your eyes be harmed by the painful light!


NOTE: this is the first version of the extension, more features will be added!
if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey                    

Informasi Dasar Ekstensi

Nama 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
URL Resmi https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Deskripsi This extension grants the power of the darkside to your pc-master race rigg!
Ukuran File 3.66 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-24
Tanggal Publikasi 2016-09-24
Penilaian 3.56/5 Total 9 Penilaian
Pengembang fillfey
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Nightmode",
    "description": "This extension grants the power of the darkside to your pc-master race rigg!",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nightmode.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*"
            ]
        }
    ]
}