Manga Subscriber
This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.
Wat is Manga Subscriber?
Manga Subscriber is een Chrome-extensie ontwikkeld door jasonshao8, en de belangrijkste functie is "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.".
Extensie Screenshots
Download het CRX-bestand van de extensie Manga Subscriber
Download Manga Subscriber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Officiële URL | https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Beschrijving | This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read. |
Bestandsgrootte | 2.34 MB |
Aantal Installaties | 33 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-11-04 |
Publicatiedatum | 2015-11-04 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jasonshao8 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |