Moddit

Searchable, nested, cached modmail.

Co to jest Moddit?

Moddit to rozszerzenie Chrome opracowane przez dissimulate, a jego główną funkcją jest „Searchable, nested, cached modmail.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moddit

Pobierz pliki rozszerzeń Moddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Moddit Moddit
ID mcdaacllflfepdefllaofjbboojpfkpm
Oficjalny URL https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm
Opis Searchable, nested, cached modmail.
Rozmiar pliku 114 KB
Liczba instalacji 12
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-08-12
Data Publikacji 2014-08-12
Deweloper dissimulate
Typ Płatności free
Obsługiwane Języki 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"
    }
}