Pacman Game
A classic pacman game that plays in a popup.
Was ist Pacman Game?
Pacman Game ist eine Chrome-Erweiterung, die von Tool360 entwickelt wurde, und ihr Hauptmerkmal ist "A classic pacman game that plays in a popup.".
Erweiterungsscreenshots
Pacman Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pacman Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Pacman Game |
ID | ipdcjcpepalanaaeomgkjfmjgionkobm |
Offizielle URL | https://chromewebstore.google.com/detail/pacman-game/ipdcjcpepalanaaeomgkjfmjgionkobm |
Beschreibung | A classic pacman game that plays in a popup. |
Dateigröße | 15.87 KB |
Installationsanzahl | 282 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2024-03-06 |
Veröffentlichungsdatum | 2023-04-23 |
Entwickler | Tool360 |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.gamecheerleader.com/privacy-policy |
Unterstützte Sprachen | 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 } |