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文件
下載Webnovel Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ijheimeehjabnmniiopnfaffohffpkef |
| 官方網址 | 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"
]
}
]
} | |