New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
New Modmail NightModeคืออะไร?
New Modmail NightMode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rglobaloffensive และคุณลักษณะหลักของมันคือ "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Modmail NightMode
ดาวน์โหลดไฟล์ส่วนขยาย New Modmail NightMode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Night mode for modmail on Reddit
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Modmail NightMode |
ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
คำอธิบาย | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
ขนาดไฟล์ | 51.1 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-04-25 |
วันที่เผยแพร่ | 2020-04-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | rglobaloffensive |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |