Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Crossy Road Game unblocked là gì?

Crossy Road Game unblocked là một tiện ích mở rộng Chrome được phát triển bởi RetroPixel games, và tính năng chính của nó là "Crossy Road game unbloked: endless arcade with funny frog character".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crossy Road Game unblocked

Tải xuống các tệp mở rộng Crossy Road Game unblocked dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crossy Road Game unblocked Crossy Road Game unblocked
ID fkhpfgpmejefmjaeelgoopkcglgafedm
URL Chính Thức https://chrome.google.com/webstore/detail/crossy-road-game-unblocke/fkhpfgpmejefmjaeelgoopkcglgafedm
Mô tả Crossy Road game unbloked: endless arcade with funny frog character
Kích Thước Tệp 3.16 MB
Số Lần Cài Đặt 9,030
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-08-26
Ngày Phát Hành 2022-08-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển RetroPixel games
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cloudenginesdk.com/priv/h3k93j
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}