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是由unknown开发的Chrome扩展程序,该扩展的主要功能是“Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.”。

扩展截图

screenshot
screenshot

下载New Modmail NightMode扩展crx文件

下载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"
    ]
}