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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |