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

扩展截图

screenshot

下载New Modmail NightMode扩展crx文件

下载New Modmail NightMode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Night mode for modmail on Reddit                    

扩展基本信息

名称 New Modmail NightMode New Modmail NightMode
ID mcbfbhniekenjmfjkmcblmibnjgjmkmc
官方URL https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc
简介 Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
文件大小 51.1 KB
安装次数 16
当前版本 1.1.1
更新时间 2020-04-25
上架时间 2020-04-25
评分 5.00/5 共1次评分
开发者 rglobaloffensive
电子邮箱 [email protected]
付费类型 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.1",
    "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": [
        "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"
    ]
}