Doodle Jump

The green alien needs your help to jump higher! The famous Doodle Jump game is available in your browser.

Doodle Jumpとは何ですか?

Doodle Jumpはkaravchenkovikaによって開発されたChromeの拡張機能で、その主な機能は「The green alien needs your help to jump higher! The famous Doodle Jump game is available in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Doodle Jump拡張機能のCRXファイルをダウンロード

Doodle Jump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Doodle Jump Simple game in popup you're browser                    

拡張機能の基本情報

名前 Doodle Jump Doodle Jump
ID fgnbplaclhmficpjagkncijoeclgflab
公式URL https://chrome.google.com/webstore/detail/doodle-jump/fgnbplaclhmficpjagkncijoeclgflab
説明 The green alien needs your help to jump higher! The famous Doodle Jump game is available in your browser.
ファイルサイズ 156 KB
インストール数 100,000
現在のバージョン 21.9.21.7
最終更新日 2022-01-05
公開日 2021-03-07
評価 4.07/5 合計 15 レビュー
開発者 karavchenkovika
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.chromethemer.com/privacy.html
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "files\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_scripts": [
        {
            "js": [
                "install.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "gtm.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "21.9.21.7"
}