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…

Apa itu Web Novel Tracker?

Web Novel Tracker adalah ekstensi Chrome yang dikembangkan oleh prasadmadanayake, dan fitur utamanya adalah "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Novel Tracker

Unduh file ekstensi Web Novel Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
URL Resmi https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
Deskripsi Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
Ukuran File 392 KB
Jumlah Instalasi 57
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-19
Tanggal Publikasi 2019-09-19
Penilaian 4.00/5 Total 1 Penilaian
Pengembang prasadmadanayake
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}