Nightbot Dark Mode
Adds dark mode and other colors to Nightbot website
Nightbot Dark Modeとは何ですか?
Nightbot Dark ModeはEmkoCZによって開発されたChromeの拡張機能で、その主な機能は「Adds dark mode and other colors to Nightbot website」です。
拡張機能のスクリーンショット
Nightbot Dark Mode拡張機能のCRXファイルをダウンロード
Nightbot Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension changes the color palette of the Nightbot's website. Default option is dark mode, but all of the colors can be changed to your liking in the options. v0.0.7 Changelog CURRENT VERSION - Added color picking tool - Fixed found bugs - Updated icons and logo v0.0.6 Changelog - Added description to all options Added images to all options - Fixed bugs - Updated settings for first use (loading times of extension) v0.0.5 Changelog - Added color options You can now change colors of the panels and other parts of the website - Updated the options menu - Added button for color reseting (Changes the colors back to dark mode) Upcoming Features: - Update options description for better understanding - Add even more color options
拡張機能の基本情報
名前 | |
ID | fbecpigldopngcnjjfijeoofeenmmiop |
公式URL | https://chromewebstore.google.com/detail/nightbot-dark-mode/fbecpigldopngcnjjfijeoofeenmmiop |
説明 | Adds dark mode and other colors to Nightbot website |
ファイルサイズ | 1.52 MB |
インストール数 | 767 |
現在のバージョン | 0.0.7 |
最終更新日 | 2022-08-06 |
公開日 | 2021-03-28 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | EmkoCZ |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nightbot Dark Mode", "version": "0.0.7", "author": "EmkoCZ", "description": "Adds dark mode and other colors to Nightbot website", "manifest_version": 3, "icons": { "16": ".\/icons\/lanzaNew-16x16.png", "32": ".\/icons\/lanzaNew-32x32.png", "48": ".\/icons\/lanzaNew-48x48.png", "128": ".\/icons\/lanzaNew-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/nightbot.tv\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "info.html", "default_icon": ".\/icons\/lanzaNew-256x256.png", "default_title": "By EmkoCZ" }, "options_ui": { "page": "options3.html", "open_in_tab": true }, "permissions": [ "storage" ] } |