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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |