9gag Nightmode

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

Τι είναι το 9gag Nightmode;

Το 9gag Nightmode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fillfey, και η κύρια λειτουργία του είναι "This extension grants the power of the darkside to your pc-master race rigg!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 9gag Nightmode

Λήψη αρχείων επέκτασης 9gag Nightmode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
Επίσημο URL https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Περιγραφή This extension grants the power of the darkside to your pc-master race rigg!
Μέγεθος Αρχείου 3.66 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-09-24
Ημερομηνία Δημοσίευσης 2016-09-24
Αξιολόγηση 3.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής fillfey
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}