Pacman Game
A classic pacman game that plays in a popup.
Pacman Game क्या है?
Pacman Game Tool360 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A classic pacman game that plays in a popup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pacman Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |