Pacman Game
A classic pacman game that plays in a popup.
Qu'est-ce que Pacman Game ?
Pacman Game est une extension Chrome développée par Tool360, et sa fonction principale est "A classic pacman game that plays in a popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pacman Game
Téléchargez les fichiers d'extension Pacman Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pacman Game |
ID | ipdcjcpepalanaaeomgkjfmjgionkobm |
URL Officiel | https://chromewebstore.google.com/detail/pacman-game/ipdcjcpepalanaaeomgkjfmjgionkobm |
Description | A classic pacman game that plays in a popup. |
Taille du Fichier | 15.87 KB |
Nombre d'Installations | 282 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2024-03-06 |
Date de Publication | 2023-04-23 |
Développeur | Tool360 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.gamecheerleader.com/privacy-policy |
Langues Prises en Charge | 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 } |