Moddit
Searchable, nested, cached modmail.
Wat is Moddit?
Moddit is een Chrome-extensie ontwikkeld door dissimulate, en de belangrijkste functie is "Searchable, nested, cached modmail.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moddit
Download Moddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Moddit |
ID | mcdaacllflfepdefllaofjbboojpfkpm |
Officiële URL | https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm |
Beschrijving | Searchable, nested, cached modmail. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-08-12 |
Publicatiedatum | 2014-08-12 |
Ontwikkelaar | dissimulate |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |