Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Crossy Road Game unblockedとは何ですか?

Crossy Road Game unblockedはRetroPixel gamesによって開発されたChromeの拡張機能で、その主な機能は「Crossy Road game unbloked: endless arcade with funny frog character」です。

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

screenshot
screenshot
screenshot
screenshot

Crossy Road Game unblocked拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The game is made in the style of the good old Crossy Road. The main character has changed. Now it's not a chicken, but a frog. The task is the same - collect coins and follow the roads with various moving obstacles.
You may encounter cars, trains, water platforms and much more on your way. Control the frog with the arrow keys on the keyboard.
Retro pixel graphics add a special charm!
You can share with your friends via Facebook. Good luck playing!                    

拡張機能の基本情報

名前 Crossy Road Game unblocked Crossy Road Game unblocked
ID fkhpfgpmejefmjaeelgoopkcglgafedm
公式URL https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm
説明 Crossy Road game unbloked: endless arcade with funny frog character
ファイルサイズ 3.16 MB
インストール数 9,030
現在のバージョン 2.0.1
最終更新日 2022-08-26
公開日 2022-08-26
評価 1.00/5 合計 1 レビュー
開発者 RetroPixel games
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://cloudenginesdk.com/priv/h3k93j
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossy Road Game unblocked",
    "description": "Crossy Road game unbloked: endless arcade with funny frog character",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "version": "2.0.1",
    "action": {
        "default_icon": "icon\/frog.png",
        "default_title": "Crossy Road game"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/libs\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/gro.js"
    },
    "icons": {
        "128": "icon\/ico.png",
        "32": "icon\/frog.png"
    }
}