Moddit
Searchable, nested, cached modmail.
Cos'è Moddit?
Moddit è un'estensione di Chrome sviluppata da dissimulate, e la sua funzione principale è "Searchable, nested, cached modmail.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Moddit
Scarica i file di estensione Moddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Moddit |
ID | mcdaacllflfepdefllaofjbboojpfkpm |
URL Ufficiale | https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm |
Descrizione | Searchable, nested, cached modmail. |
Dimensione del File | 114 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-08-12 |
Data di Pubblicazione | 2014-08-12 |
Sviluppatore | dissimulate |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |