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...”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Webnovel Plus 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"
            ]
        }
    ]
}