New Modmail NightMode

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

Apa itu New Modmail NightMode?

New Modmail NightMode adalah ekstensi Chrome yang dikembangkan oleh rglobaloffensive, dan fitur utamanya adalah "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Modmail NightMode

Unduh file ekstensi New Modmail NightMode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Night mode for modmail on Reddit                    

Informasi Dasar Ekstensi

Nama New Modmail NightMode New Modmail NightMode
ID mcbfbhniekenjmfjkmcblmibnjgjmkmc
URL Resmi https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc
Deskripsi Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Ukuran File 51.1 KB
Jumlah Instalasi 16
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-04-25
Tanggal Publikasi 2020-04-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rglobaloffensive
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}