Webnovel Plus

Dark Mode,Webnovel UI Upgrade, Total purchases made, etc...

Webnovel Plusคืออะไร?

Webnovel Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DevTopia และคุณลักษณะหลักของมันคือ "Dark Mode,Webnovel UI Upgrade, Total purchases made, etc..."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webnovel Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}