Pacman Game
A classic pacman game that plays in a popup.
Pacman Game란 무엇입니까?
Pacman Game은(는) Tool360에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A classic pacman game that plays in a popup."입니다.
확장 프로그램 스크린샷
Pacman Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have fun playing the classic Pacman game offline on your Google Chrome browser! Simply install the extension and click on the Pacman icon located on the Chrome extension toolbar. We will then open the game for you to enjoy. Originally developed and released by Namco for arcades in 1980, Pac-Man is a maze action game where the player controls the character Pac-Man who must eat all the dots within a closed maze while avoiding four colored ghosts. How to Play: The objective is to score points by eating all the dots in the maze. Meanwhile, you must guide Pacman to avoid four multi-colored ghosts named Blinky, Pinky, Inky, and Clyde. The ghosts roam the maze in pursuit of Pacman. If any of the ghosts touch Pacman, a life is lost, and the game ends when all lives have been depleted.
확장 프로그램 기본 정보
이름 | Pacman Game |
ID | ipdcjcpepalanaaeomgkjfmjgionkobm |
공식 URL | https://chromewebstore.google.com/detail/pacman-game/ipdcjcpepalanaaeomgkjfmjgionkobm |
설명 | A classic pacman game that plays in a popup. |
파일 크기 | 15.87 KB |
설치 횟수 | 282 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2024-03-06 |
출시 날짜 | 2023-04-23 |
개발자 | Tool360 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.gamecheerleader.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pacman Game", "short_name": "pacman", "version": "0.1.1", "description": "A classic pacman game that plays in a popup.", "action": { "default_icon": "images\/logo.png", "default_title": "Pacman Game", "default_popup": "index.html" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "storage" ], "offline_enabled": true } |