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...".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |