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是由unknown開發的Chrome擴展程式,該擴展的主要功能是“Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.”。
擴展截圖
下載New Modmail NightMode擴展crx文件
下載New Modmail NightMode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Night mode for the new version of Modmail on Reddit. Problems or have a suggestion? Feel free to let me know on Reddit! /u/zebradolphin5
擴展基本資訊
名稱 | |
ID | gogidlojhbakkjkkmmalhbkmbnkecebi |
官方網址 | https://chrome.google.com/webstore/detail/new-modmail-nightmode/gogidlojhbakkjkkmmalhbkmbnkecebi |
簡介 | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
檔案大小 | 50.85 KB |
安裝次數 | 20 |
目前版本 | 1.1.0 |
更新時間 | 2018-10-15 |
上架時間 | 2018-10-15 |
評分 | 3.67/5 共 3 次評分 |
開發者 | unknown |
付費類型 | 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.0", "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": [ "activeTab", "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" ] } |