Crossy Road

Crossy Road 8-bit game with multiple characters

Crossy Road là gì?

Crossy Road là một tiện ích mở rộng Chrome được phát triển bởi Crossy Road Game, và tính năng chính của nó là "Crossy Road 8-bit game with multiple characters".

Ả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

Tải xuống các tệp mở rộng Crossy Road 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

                        Crossy Road game is an absolute gem! Picture this: you find yourself immersed in an 8-bit wonderland, a vibrant and nostalgic world of endless possibilities. It's an arcade hopper like no other, and it's responsible for igniting a gaming revolution!

Imagine helping adorable creatures, like a cute little duck, make their way through treacherous obstacles. You'll encounter busy roads with speedy cars zooming by, train tracks with rumbling locomotives, and even mighty rivers that challenge your amphibious skills. But fear not, my friend, because you hold the power to guide them to safety!

What's even more exciting is that this marvelous game is absolutely free! Yes, you heard me right, FREE! It's the perfect blend of exhilaration and accessibility. Once you start playing, you won't be able to tear yourself away. It's that addicting!

The objective is simple: avoid getting smacked by those sneaky cars or getting sunk in the water. Every step you take counts towards your score, so make sure you keep those feet moving forward! But beware, my friend, for there are challenges along the way.

When you approach a train track and notice a glowing red light accompanied by the gentle ring of a bell, exercise patience. 
Trust me, you don't want to cross paths with a roaring train! However, be cautious not to wait too long, or an eagle might swoop down and catch you off guard.

Ads notice: the game page may contain a small banner to our partners gaming site. In addition, there are no more ads in this extension. Enjoy the game without distractions.

So, my dear friend, brace yourself for the adventure of a lifetime.
Crossy Road will take you on an enchanting journey filled with endless surprises and thrilling escapes.
Get ready to unleash your inner gamer and conquer the streets, tracks, and rivers. It's a game you won't want to miss!                    

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

Tên Crossy Road Crossy Road
ID ebgncohckaamaimgnecanbpncemdhmol
URL Chính Thức https://chromewebstore.google.com/detail/crossy-road/ebgncohckaamaimgnecanbpncemdhmol
Mô tả Crossy Road 8-bit game with multiple characters
Kích Thước Tệp 3.18 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2023-06-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Crossy Road Game
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacy-policy-092/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "version": "1.1",
    "sandbox": {
        "pages": [
            "crossy\/index.html"
        ]
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "trach.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Crossy Road Game",
        "default_icon": "icons\/32.png"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "description": "Crossy Road 8-bit game with multiple characters",
    "name": "Crossy Road",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    }
}