New Modmail NightMode

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

Qu'est-ce que New Modmail NightMode ?

New Modmail NightMode est une extension Chrome développée par unknown, et sa fonction principale est "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension New Modmail NightMode

Téléchargez les fichiers d'extension New Modmail NightMode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New Modmail NightMode New Modmail NightMode
ID gogidlojhbakkjkkmmalhbkmbnkecebi
URL Officiel https://chrome.google.com/webstore/detail/new-modmail-nightmode/gogidlojhbakkjkkmmalhbkmbnkecebi
Description Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Taille du Fichier 50.85 KB
Nombre d'Installations 20
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-10-15
Date de Publication 2018-10-15
Évaluation 3.67/5 Total 3 Évaluations
Développeur unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}