New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Wat is New Modmail NightMode?
New Modmail NightMode is een Chrome-extensie ontwikkeld door rglobaloffensive, en de belangrijkste functie is "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Modmail NightMode
Download New Modmail NightMode-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
Night mode for modmail on Reddit
Basisinformatie over de Extensie
Naam | New Modmail NightMode |
ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
Officiële URL | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
Beschrijving | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
Bestandsgrootte | 51.1 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-04-25 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rglobaloffensive |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |