One Piece Drop
Instantly notifies you when a new One Piece chapter is released
Was ist One Piece Drop?
One Piece Drop ist eine Chrome-Erweiterung, die von mingli434 entwickelt wurde, und ihr Hauptmerkmal ist "Instantly notifies you when a new One Piece chapter is released".
One Piece Drop-Erweiterungs-CRX-Datei herunterladen
Laden Sie One Piece Drop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fgkgokolnijjkifnbmplgkfpbfejenlp |
| Offizielle URL | https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp |
| Beschreibung | Instantly notifies you when a new One Piece chapter is released |
| Dateigröße | 17.41 KB |
| Installationsanzahl | 142 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2018-07-19 |
| Veröffentlichungsdatum | 2018-07-19 |
| Entwickler | mingli434 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |