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 |
公式URL | 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" ] } |