Webnovel Plus

Webnovel Plus

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}