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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}