Moddit
Searchable, nested, cached modmail.
Was ist Moddit?
Moddit ist eine Chrome-Erweiterung, die von dissimulate entwickelt wurde, und ihr Hauptmerkmal ist "Searchable, nested, cached modmail.".
Erweiterungsscreenshots
Moddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcdaacllflfepdefllaofjbboojpfkpm |
| Offizielle URL | https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm |
| Beschreibung | Searchable, nested, cached modmail. |
| Dateigröße | 114 KB |
| Installationsanzahl | 12 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2014-08-12 |
| Veröffentlichungsdatum | 2014-08-12 |
| Entwickler | dissimulate |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |