New Modmail NightMode

Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.

Τι είναι το New Modmail NightMode;

Το New Modmail NightMode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον unknown, και η κύρια λειτουργία του είναι "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Modmail NightMode

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

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

                        Night mode for the new version of Modmail on Reddit. 

Problems or have a suggestion? Feel free to let me know on Reddit! /u/zebradolphin5                    

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

Όνομα New Modmail NightMode New Modmail NightMode
ID gogidlojhbakkjkkmmalhbkmbnkecebi
Επίσημο URL https://chrome.google.com/webstore/detail/new-modmail-nightmode/gogidlojhbakkjkkmmalhbkmbnkecebi
Περιγραφή Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Μέγεθος Αρχείου 50.85 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-10-15
Ημερομηνία Δημοσίευσης 2018-10-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Modmail NightMode",
    "short_name": "New Modmail NightMode",
    "author": "zebradolphin5",
    "description": "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mod.reddit.com\/mail\/",
                "*:\/\/mod.reddit.com\/mail",
                "*:\/\/mod.reddit.com\/mail\/all",
                "*:\/\/mod.reddit.com\/mail\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/mod.reddit.com\/mail\/all",
        "*:\/\/mod.reddit.com\/mail\/",
        "*:\/\/mod.reddit.com\/mail",
        "*:\/\/mod.reddit.com\/mail\/all",
        "*:\/\/mod.reddit.com\/mail\/*"
    ],
    "web_accessible_resources": [
        "main.js",
        "styles\/style.css"
    ]
}