Pacman Game Offline
Play classic Pacman game offline on your Google Chrome!
Pacman Game Offline란 무엇입니까?
Pacman Game Offline은(는) https://games.1bestlinks.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play classic Pacman game offline on your Google Chrome!"입니다.
확장 프로그램 스크린샷
Pacman Game Offline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Let's relive childhood moments, games that go down in history! The great arcade game Pac Man was ported to the NES in 1988 and you can play it right here. Never played before?! What?! Eat all the pellets to complete a stage while trying to score as many points as possible by eating fruit and ghosts along the way! But there's more! Ever wonder how Pacman got started? Check out the history of Pacman below and see how it all began. This version of Pac-Man plays exactly like the arcade version that stole countless quarters from kids in the 1980s. The only difference is that it uses HTML5 so it will work in any browser and even on your phone! -------------------------------- At games.1bestlinks.net site you will be able to enjoy over 20,000 free games! We bring you the best free games that work on any device. You'll be able to discover new games every day on game using your computer, phone or tablet. You'll be able to use your mouse, keyboard, or phone's touchscreen to build puzzles, control characters, and race cars! Feel the adrenaline rush as you try your hand at action games, use your brain with clever puzzles, and show off your fashion sense with dolls or girls! game will bring you the best games. Changelogơ v1.0.1: fixed UI - content v1.0.0: release
확장 프로그램 기본 정보
이름 | |
ID | ebfnpjcmcmpedoincecggigobpoankaj |
공식 URL | https://chrome.google.com/webstore/detail/pacman-game-offline/ebfnpjcmcmpedoincecggigobpoankaj |
설명 | Play classic Pacman game offline on your Google Chrome! |
파일 크기 | 18.39 MB |
설치 횟수 | 1,180 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-03-15 |
출시 날짜 | 2022-03-08 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://games.1bestlinks.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://games.1bestlinks.net/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pacman Game Offline", "version": "1.0.1", "action": { "default_icon": { "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_title": "Pacman Game Offline", "default_popup": "popup.html" }, "background": { "service_worker": "installBackground.js" }, "offline_enabled": true, "description": "Play classic Pacman game offline on your Google Chrome!", "options_page": "index.html", "homepage_url": "https:\/\/games.1bestlinks.net\/" } |