One Piece Drop

Instantly notifies you when a new One Piece chapter is released

One Piece Drop क्या है?

One Piece Drop mingli434 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly notifies you when a new One Piece chapter is released"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Piece Drop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम One Piece Drop One Piece Drop
ID fgkgokolnijjkifnbmplgkfpbfejenlp
आधिकारिक URL https://chrome.google.com/webstore/detail/fgkgokolnijjkifnbmplgkfpbfejenlp
विवरण Instantly notifies you when a new One Piece chapter is released
फ़ाइल का आकार 17.41 KB
स्थापना संख्या 142
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-07-19
प्रकाशन तिथि 2018-07-19
डेवलपर mingli434
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}