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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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