One Piece Drop
Instantly notifies you when a new One Piece chapter is released
What is One Piece Drop?
One Piece Drop is a Chrome extension developed by mingli434, and its main feature is "Instantly notifies you when a new One Piece chapter is released".
Download One Piece Drop Extension CRX File
Download One Piece Drop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fgkgokolnijjkifnbmplgkfpbfejenlp |
Official URL | https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp |
Description | Instantly notifies you when a new One Piece chapter is released |
File Size | 17.41 KB |
Installation Count | 142 |
Current Version | 1.2 |
Last Updated | 2018-07-19 |
Publish Date | 2018-07-19 |
Developer | mingli434 |
Payment Type | free |
Supported Languages | 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" ] } |