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…

ما هو Web Novel Tracker؟

Web Novel Tracker هو إضافة Chrome تم تطويرها بواسطة prasadmadanayake، والميزة الرئيسية لها هي "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Web Novel Tracker

قم بتنزيل ملفات الامتداد Web Novel Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
الوصف Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
حجم الملف 392 KB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2019-09-19
تاريخ النشر 2019-09-19
تقييم 4.00/5 مجموع تقييمات 1
المطور prasadmadanayake
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}