Webnovel Plus

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

Webnovel Plus क्या है?

Webnovel Plus DevTopia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark Mode,Webnovel UI Upgrade, Total purchases made, etc..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webnovel Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}