Webnovel Plus
Dark Mode,Webnovel UI Upgrade, Total purchases made, etc...
Cos'è Webnovel Plus?
Webnovel Plus è un'estensione di Chrome sviluppata da DevTopia, e la sua funzione principale è "Dark Mode,Webnovel UI Upgrade, Total purchases made, etc...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webnovel Plus
Scarica i file di estensione Webnovel Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ijheimeehjabnmniiopnfaffohffpkef |
| URL Ufficiale | https://chromewebstore.google.com/detail/webnovel-plus/ijheimeehjabnmniiopnfaffohffpkef |
| Descrizione | Dark Mode,Webnovel UI Upgrade, Total purchases made, etc... |
| Dimensione del File | 4.34 MB |
| Conteggio Installazioni | 516 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2022-04-08 |
| Data di Pubblicazione | 2021-04-25 |
| Valutazione | 3.57/5 Totale 7 Valutazioni |
| Sviluppatore | DevTopia |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| Lingue Supportate | 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"
]
}
]
} | |