Manga Subscriber
This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.
Co je Manga Subscriber?
Manga Subscriber je rozšíření Chrome vyvinuté jasonshao8, a jeho hlavní funkcí je „This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Manga Subscriber
Stáhněte si soubory rozšíření Manga Subscriber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Oficiální URL | https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Popis | This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read. |
Velikost souboru | 2.34 MB |
Počet instalací | 33 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2015-11-04 |
Datum Vydání | 2015-11-04 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | jasonshao8 |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |