Manga Subscriber

This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.

ما هو Manga Subscriber؟

Manga Subscriber هو إضافة Chrome تم تطويرها بواسطة jasonshao8، والميزة الرئيسية لها هي "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Manga Subscriber

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

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

                        Have you ever browsed mangareader.net or mangapanda.com and realized how annoying it was to find new updates for all your favorite chapters? Well, now Manga Subscriber allows you to subscribe to manga so that all the updates you care about will be shown first.

Manga Subscriber also includes other hot features such as keeping track of already read chapters. You'll never have to worry about remembering where you left off.                    

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

الاسم Manga Subscriber Manga Subscriber
ID ipmfeedmdlannjnlfkonkgkhjmmmfllp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp
الوصف This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.
حجم الملف 2.34 MB
عدد التثبيتات 33
النسخة الحالية 1.2
آخر تحديث 2015-11-04
تاريخ النشر 2015-11-04
تقييم 5.00/5 مجموع تقييمات 3
المطور jasonshao8
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Manga Subscriber",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mangareader.net\/*",
                "http:\/\/www.mangapanda.com\/*"
            ],
            "js": [
                "Manga_Subscriber.user.js"
            ]
        }
    ]
}