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
官方網址 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
電子郵箱 [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"
    }
}