9gag Nightmode

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

Co to jest 9gag Nightmode?

9gag Nightmode to rozszerzenie Chrome opracowane przez fillfey, a jego główną funkcją jest „This extension grants the power of the darkside to your pc-master race rigg!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 9gag Nightmode

Pobierz pliki rozszerzeń 9gag Nightmode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
Oficjalny URL https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Opis This extension grants the power of the darkside to your pc-master race rigg!
Rozmiar pliku 3.66 KB
Liczba instalacji 83
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-24
Data Publikacji 2016-09-24
Ocena 3.56/5 Łącznie 9 Oceny
Deweloper fillfey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}