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是由jasonshao8開發的Chrome擴展程式,該擴展的主要功能是“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

下載Manga Subscriber擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}