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
Eメール [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"
    ]
}