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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}