9GAG Night Mode

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

Wat is 9GAG Night Mode?

9GAG Night Mode is een Chrome-extensie ontwikkeld door JunDoesDevStuff, en de belangrijkste functie is "Changes 9GAG's background to black to make it easier on your eyes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 9GAG Night Mode

Download 9GAG Night Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 9GAG Night Mode 9GAG Night Mode
ID jdikgjpbbbgjmnnppijfijoghmfbodgm
Officiële URL https://chromewebstore.google.com/detail/9gag-night-mode/jdikgjpbbbgjmnnppijfijoghmfbodgm
Beschrijving Changes 9GAG's background to black to make it easier on your eyes.
Bestandsgrootte 5.81 KB
Aantal Installaties 103
Huidige Versie 0.0.1.2
Laatst Bijgewerkt 2017-11-11
Publicatiedatum 2017-11-10
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar JunDoesDevStuff
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}