Arcade Game Classic

A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.

Arcade Game Classic란 무엇입니까?

Arcade Game Classic은(는) https://www.gameanytime.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Arcade Game Classic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This chrome extension allows you to play classic arcade game anytime and anywhere. 

One feature you may love is pre-filling function of falling block. Before the falling block arrives the bottom, you can see how it will fit into lines ahead of time. This will help reduce mistakes and score high marks. 

The game can be played intermittently as well. Just click on the extension icon in the top right corner of your browser and the game will start immediately in a popup! Also you are free to close the popup and exit the game anytime. The extension can remember where you left off.                    

확장 프로그램 기본 정보

이름 Arcade Game Classic Arcade Game Classic
ID oomenlmniheocchghgkiahbjgilddbfb
공식 URL https://chrome.google.com/webstore/detail/arcade-game-classic/oomenlmniheocchghgkiahbjgilddbfb
설명 A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.
파일 크기 17.3 KB
설치 횟수 338
현재 버전 0.1.3
최근 업데이트 2022-09-06
출시 날짜 2022-05-16
개발자 https://www.gameanytime.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gameanytime.co
개인정보 보호 정책 페이지 URL https://www.gameanytime.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arcade Game Classic",
    "short_name": "Arcade",
    "version": "0.1.3",
    "description": "A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}