One Piece Drop

Instantly notifies you when a new One Piece chapter is released

One Piece Drop란 무엇입니까?

One Piece Drop은(는) mingli434에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly notifies you when a new One Piece chapter is released"입니다.

One Piece Drop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}