Web Novel Tracker

Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…

What is Web Novel Tracker?

Web Novel Tracker is a Chrome extension developed by prasadmadanayake, and its main feature is "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Extension Screenshots

screenshot

Download Web Novel Tracker Extension CRX File

Download Web Novel Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Keep track of your favorite web novels across the devices.

Usage: 
   Go to the title page of the novel.
   Open Web Novel Tracker and press + button. novel will be added to the library
   Extension will keep track of the last read chapter for you

Enjoy Reading                    

Extension Basic Information

Name Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
Official URL https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
Description Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
File Size 392 KB
Installation Count 57
Current Version 1.0
Last Updated 2019-09-19
Publish Date 2019-09-19
Rating 4.00/5 Total 1 Ratings
Developer prasadmadanayake
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Novel Tracker",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-YLnffyOs9ELahyoUibKuefU0uTq6MeqQZJ+8kEMsWt4=' object-src 'self' 'unsafe-inline'"
}