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 là gì?
Manga Subscriber là một tiện ích mở rộng Chrome được phát triển bởi jasonshao8, và tính năng chính của nó là "This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Manga Subscriber
Tải xuống các tệp mở rộng Manga Subscriber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ipmfeedmdlannjnlfkonkgkhjmmmfllp |
URL Chính Thức | https://chrome.google.com/webstore/detail/manga-subscriber/ipmfeedmdlannjnlfkonkgkhjmmmfllp |
Mô tả | This allows users to see updates of their manga series on the homepage. It also keeps track which chapters have been read. |
Kích Thước Tệp | 2.34 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-11-04 |
Ngày Phát Hành | 2015-11-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | jasonshao8 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |