Pacman: Play Pac-Man Game Online

Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.

Pacman: Play Pac-Man Game Online란 무엇입니까?

Pacman: Play Pac-Man Game Online은(는) http://pacmanonline.chromecrxstore.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages."입니다.

확장 프로그램 스크린샷

screenshot

Pacman: Play Pac-Man Game Online 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pacman Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. 
This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters.
So what are you waiting for? Just install the app & start playing to your heart's content!                    

확장 프로그램 기본 정보

이름 Pacman: Play Pac-Man Game Online Pacman: Play Pac-Man Game Online
ID cihfebddbkliijcnllfibbbadfnibfem
공식 URL https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem
설명 Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
파일 크기 30.53 KB
설치 횟수 972
현재 버전 1.4
최근 업데이트 2017-12-24
출시 날짜 2017-12-24
평점 1.15/5 총 227 개의 평점
개발자 http://pacmanonline.chromecrxstore.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pacmanonline.chromecrxstore.com/
개인정보 보호 정책 페이지 URL https://chromecrxstore.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pacman: Play Pac-Man Game Online",
    "version": "1.4",
    "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play Pac-Man Game Online"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}