New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Was ist New Modmail NightMode?
New Modmail NightMode ist eine Chrome-Erweiterung, die von rglobaloffensive entwickelt wurde, und ihr Hauptmerkmal ist "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".
Erweiterungsscreenshots
New Modmail NightMode-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Modmail NightMode-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
Night mode for modmail on Reddit Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
| Offizielle URL | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
| Beschreibung | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
| Dateigröße | 51.1 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2020-04-25 |
| Veröffentlichungsdatum | 2020-04-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | rglobaloffensive |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Modmail NightMode",
"short_name": "New Modmail NightMode",
"author": "zebradolphin5",
"description": "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.",
"version": "1.1.1",
"content_scripts": [
{
"matches": [
"*:\/\/mod.reddit.com\/mail\/",
"*:\/\/mod.reddit.com\/mail",
"*:\/\/mod.reddit.com\/mail\/all",
"*:\/\/mod.reddit.com\/mail\/*"
],
"css": [
"styles\/style.css"
],
"js": [
"jquery-2.1.4.min.js",
"main.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"https:\/\/mod.reddit.com\/mail\/all",
"*:\/\/mod.reddit.com\/mail\/",
"*:\/\/mod.reddit.com\/mail",
"*:\/\/mod.reddit.com\/mail\/all",
"*:\/\/mod.reddit.com\/mail\/*"
],
"web_accessible_resources": [
"main.js",
"styles\/style.css"
]
} | |