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ファイルをダウンロード

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