One Piece Drop

Instantly notifies you when a new One Piece chapter is released

ما هو One Piece Drop؟

One Piece Drop هو إضافة Chrome تم تطويرها بواسطة mingli434، والميزة الرئيسية لها هي "Instantly notifies you when a new One Piece chapter is released".

تحميل ملف CRX للإضافة One Piece Drop

قم بتنزيل ملفات الامتداد One Piece Drop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}