Manga Subscriber
This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.
Cos'è Manga Subscriber?
Manga Subscriber è un'estensione di Chrome sviluppata da jasonshao8, e la sua funzione principale è "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Manga Subscriber
Scarica i file di estensione Manga Subscriber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ipmfeedmdlannjnlfkonkgkhjmmmfllp |
URL Ufficiale | https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Descrizione | This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read. |
Dimensione del File | 2.34 MB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-11-04 |
Data di Pubblicazione | 2015-11-04 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jasonshao8 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |