One Piece Drop

Instantly notifies you when a new One Piece chapter is released

Wat is One Piece Drop?

One Piece Drop is een Chrome-extensie ontwikkeld door mingli434, en de belangrijkste functie is "Instantly notifies you when a new One Piece chapter is released".

Download het CRX-bestand van de extensie One Piece Drop

Download One Piece Drop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam One Piece Drop One Piece Drop
ID fgkgokolnijjkifnbmplgkfpbfejenlp
Officiële URL https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp
Beschrijving Instantly notifies you when a new One Piece chapter is released
Bestandsgrootte 17.41 KB
Aantal Installaties 142
Huidige Versie 1.2
Laatst Bijgewerkt 2018-07-19
Publicatiedatum 2018-07-19
Ontwikkelaar mingli434
Betalingswijze free
Ondersteunde Talen 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"
    ]
}