9gag Night Mode

Night mode for the 9gag website!

Vad är 9gag Night Mode?

9gag Night Mode är en Chrome-tillägg utvecklad av Alex Benoit, och dess huvudfunktion är "Night mode for the 9gag website!".

Tilläggsskärmbilder

screenshot

Ladda ner 9gag Night Mode-förlängningens CRX-fil

Ladda ner 9gag Night Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Unofficial Chrome Extension to enable night mode on the 9gag desktop website.                    

Grundläggande Information om Tillägg

Namn 9gag Night Mode 9gag Night Mode
ID pdoebgohinaejdpncadbahijijgoffke
Officiell webbadress https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke
Beskrivning Night mode for the 9gag website!
Filstorlek 12.15 KB
Antal Installationer 6,133
Aktuell Version 1.3.6
Senast Uppdaterad 2018-03-30
Publiceringsdatum 2018-03-30
Betyg 4.63/5 Totalt 88 Betyg
Utvecklare Alex Benoit
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Night Mode",
    "version": "1.3.6",
    "description": "Night mode for the 9gag website!",
    "icons": {
        "128": "9gagext.png"
    },
    "content_scripts": [
        {
            "css": [
                "9gag-override.css"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}