Moddit

Searchable, nested, cached modmail.

Apa itu Moddit?

Moddit adalah ekstensi Chrome yang dikembangkan oleh dissimulate, dan fitur utamanya adalah "Searchable, nested, cached modmail.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moddit

Unduh file ekstensi Moddit 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

                        Moddit is a tool that greatly improves reddit's modmail.

Current features:

- Cached modmail
- Searchable cache
- Nested comments
- View modmail without leaving the page
- Live notification of new modmail                    

Informasi Dasar Ekstensi

Nama Moddit Moddit
ID mcdaacllflfepdefllaofjbboojpfkpm
URL Resmi https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm
Deskripsi Searchable, nested, cached modmail.
Ukuran File 114 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2014-08-12
Tanggal Publikasi 2014-08-12
Pengembang dissimulate
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moddit",
    "description": "Searchable, nested, cached modmail.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "moddit.js",
                "modules\/moddit.modmail.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-1.10.2.min.map",
        "html\/*"
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}