Nightbot Dark Mode
Adds dark mode and other colors to Nightbot website
Nightbot Dark Mode क्या है?
Nightbot Dark Mode EmkoCZ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds dark mode and other colors to Nightbot website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nightbot Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |