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
官方網址 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"
    ]
}