Moddit

Searchable, nested, cached modmail.

ما هو Moddit؟

Moddit هو إضافة Chrome تم تطويرها بواسطة dissimulate، والميزة الرئيسية لها هي "Searchable, nested, cached modmail.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Moddit

قم بتنزيل ملفات الامتداد Moddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Moddit Moddit
ID mcdaacllflfepdefllaofjbboojpfkpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm
الوصف Searchable, nested, cached modmail.
حجم الملف 114 KB
عدد التثبيتات 12
النسخة الحالية 1.0.2
آخر تحديث 2014-08-12
تاريخ النشر 2014-08-12
المطور dissimulate
نوع الدفع free
اللغات المدعومة 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"
    }
}