Crossy Road Game unblocked

Crossy Road game unbloked: endless arcade with funny frog character

Crossy Road Game unblockedคืออะไร?

Crossy Road Game unblocked เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RetroPixel games และคุณลักษณะหลักของมันคือ "Crossy Road game unbloked: endless arcade with funny frog character"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crossy Road Game unblocked

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}