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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}