New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Vad är New Modmail NightMode?
New Modmail NightMode är en Chrome-tillägg utvecklad av rglobaloffensive, och dess huvudfunktion är "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".
Tilläggsskärmbilder
Ladda ner New Modmail NightMode-förlängningens CRX-fil
Ladda ner New Modmail NightMode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Night mode for modmail on Reddit Grundläggande Information om Tillägg
| Namn | |
| ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
| Beskrivning | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
| Filstorlek | 51.1 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2020-04-25 |
| Publiceringsdatum | 2020-04-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | rglobaloffensive |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |