Moddit
Searchable, nested, cached modmail.
What is Moddit?
Moddit is a Chrome extension developed by dissimulate, and its main feature is "Searchable, nested, cached modmail.".
Extension Screenshots
Download Moddit Extension CRX File
Download Moddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Moddit |
ID | mcdaacllflfepdefllaofjbboojpfkpm |
Official URL | https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm |
Description | Searchable, nested, cached modmail. |
File Size | 114 KB |
Installation Count | 12 |
Current Version | 1.0.2 |
Last Updated | 2014-08-12 |
Publish Date | 2014-08-12 |
Developer | dissimulate |
Payment Type | free |
Supported Languages | 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" } } |