Webnovel Plus
Dark Mode,Webnovel UI Upgrade, Total purchases made, etc...
Webnovel Plus란 무엇입니까?
Webnovel Plus은(는) DevTopia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode,Webnovel UI Upgrade, Total purchases made, etc..."입니다.
확장 프로그램 스크린샷
Webnovel Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dark Mode for Webnovel.com Adds dark mode theme to Webnovel and Inkstone. Also, a feature that totals transactions over the year. *** Update 1.3.1 *** -------------------- - Dark mode is now available for Inkstone. - Fixed pages that were missing dark mode. - Fixed bug were comments were blended into the background. - Over all full-site revamp Stay up to date or Request Future Features ------------------------------------------------------------------- Join the Discord: https://discord.gg/5EW65hH6UF Twitter: https://twitter.com/DevTopia_ This extension is not affiliated with webnovel.com.
확장 프로그램 기본 정보
이름 | Webnovel Plus |
ID | ijheimeehjabnmniiopnfaffohffpkef |
공식 URL | https://chromewebstore.google.com/detail/webnovel-plus/ijheimeehjabnmniiopnfaffohffpkef |
설명 | Dark Mode,Webnovel UI Upgrade, Total purchases made, etc... |
파일 크기 | 4.34 MB |
설치 횟수 | 516 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2022-04-08 |
출시 날짜 | 2021-04-25 |
평점 | 3.57/5 총 7 개의 평점 |
개발자 | DevTopia |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webnovel Plus", "description": "Dark Mode,Webnovel UI Upgrade, Total purchases made, etc...", "version": "1.3.1", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "style.css", "inkstone.css" ], "js": [ "jquery.min.js", "purchaseHistory.js", "claim.js", "iframe.js", "claim.js" ], "all_frames": true, "matches": [ "https:\/\/inkstone.webnovel.com\/*", "https:\/\/www.webnovel.com\/profile\/*", "https:\/\/www.webnovel.com\/library", "https:\/\/www.webnovel.com\/history", "https:\/\/www.webnovel.com\/*", "https:\/\/www.webnovel.com\/transactions" ] } ] } |