New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
What is New Modmail NightMode?
New Modmail NightMode is a Chrome extension developed by rglobaloffensive, and its main feature is "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".
Extension Screenshots
Download New Modmail NightMode Extension CRX File
Download New Modmail NightMode 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
Night mode for modmail on Reddit
Extension Basic Information
Name | New Modmail NightMode |
ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
Official URL | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
Description | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
File Size | 51.1 KB |
Installation Count | 16 |
Current Version | 1.1.1 |
Last Updated | 2020-04-25 |
Publish Date | 2020-04-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | rglobaloffensive |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |