Manga Subscriber
This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.
What is Manga Subscriber?
Manga Subscriber is a Chrome extension developed by jasonshao8, and its main feature is "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.".
Extension Screenshots
Download Manga Subscriber Extension CRX File
Download Manga Subscriber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Official URL | https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Description | This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read. |
File Size | 2.34 MB |
Installation Count | 33 |
Current Version | 1.2 |
Last Updated | 2015-11-04 |
Publish Date | 2015-11-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jasonshao8 |
Payment Type | free |
Supported Languages | 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" ] } ] } |