Pacman Popup

Play original pacman games in one click. Game opens in browser popup window

Pacman Popup란 무엇입니까?

Pacman Popup은(는) mereshkova1988에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play original pacman games in one click. Game opens in browser popup window"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pacman Popup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In Pac-Man, the player moves within a maze to end the yellow discs. The goal is to collect all the small disks by escaping the ghosts and monsters, and then going to the next stage when they collect all the disks. Collecting fruits appearing on the maze gives the player extra points. When they take the big yellow discs, the monsters and ghosts turn blue and become edible for a while.                    

확장 프로그램 기본 정보

이름 Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
공식 URL https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
설명 Play original pacman games in one click. Game opens in browser popup window
파일 크기 1.11 MB
설치 횟수 218
현재 버전 3.9.2021.1
최근 업데이트 2021-09-06
출시 날짜 2021-09-06
개발자 mereshkova1988
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/terms-and-policies
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacman Popup",
    "version": "3.9.2021.1",
    "description": "Play original pacman games in one click. Game opens in browser popup window",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pacman in popup",
        "default_popup": "index.html",
        "default_icon": {
            "16": "app\/style\/graphics\/logo16.png",
            "48": "app\/style\/graphics\/logo48.png",
            "128": "app\/style\/graphics\/logo128.png"
        }
    },
    "icons": {
        "16": "app\/style\/graphics\/logo16.png",
        "48": "app\/style\/graphics\/logo48.png",
        "128": "app\/style\/graphics\/logo128.png"
    }
}