Space Adventure Pinball

Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.

Space Adventure Pinball란 무엇입니까?

Space Adventure Pinball은(는) lgamescon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Space Adventure Pinball 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. Discover all the bonuses in the field of game, keep the ball in play as long as possible and try to score as many points as you can!                    

확장 프로그램 기본 정보

이름 Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
공식 URL https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
설명 Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
파일 크기 46.67 KB
설치 횟수 814
현재 버전 1.0
최근 업데이트 2020-04-18
출시 날짜 2020-04-18
평점 5.00/5 총 1 개의 평점
개발자 lgamescon
결제 유형 free
확장 프로그램 웹 사이트 https://cronegame.com/pinball-space-adventure/
도움말 페이지 URL https://cronegame.com/comments/
지원되는 언어 de,en,en-GB,en-US,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Space Adventure Pinball",
    "short_name": "Play Space Adventure Pinball Free Online Game",
    "description": "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Space Adventure Pinball",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "128.png",
        "48": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}