One Piece Drop
Instantly notifies you when a new One Piece chapter is released
One Piece Drop là gì?
One Piece Drop là một tiện ích mở rộng Chrome được phát triển bởi mingli434, và tính năng chính của nó là "Instantly notifies you when a new One Piece chapter is released".
Tải xuống tệp CRX của tiện ích mở rộng One Piece Drop
Tải xuống các tệp mở rộng One Piece Drop 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
One Piece Drop eliminates the need to refresh Jaimini's box every 5 seconds when waiting for the new One Piece chapter to drop. Get notified instantly the moment the chapter is uploaded!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fgkgokolnijjkifnbmplgkfpbfejenlp |
URL Chính Thức | https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp |
Mô tả | Instantly notifies you when a new One Piece chapter is released |
Kích Thước Tệp | 17.41 KB |
Số Lần Cài Đặt | 142 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-07-19 |
Ngày Phát Hành | 2018-07-19 |
Nhà Phát Triển | mingli434 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Piece Drop", "version": "1.2", "description": "Instantly notifies you when a new One Piece chapter is released", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.jaiminisbox.com\/reader\/" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "notifications" ] } |