Pacman Offline Game
Play classic Pacman game on your browser
Pacman Offline Game क्या है?
Pacman Offline Game https://pacman-game.freespeedcheck.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play classic Pacman game on your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pacman Offline Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Play pacman instantly inside the Google Chrome browser after you install this extension. To begin playing pacman, here is what you need to do. Install the extension Click on the extension icon Begin playing pacman. Try to beat your pacman record today and achieve a new high score.
एक्सटेंशन की मूल जानकारी
नाम | Pacman Offline Game |
ID | pnepheaiaknbmdngnnnneaeejahjiada |
आधिकारिक URL | https://chromewebstore.google.com/detail/pacman-offline-game/pnepheaiaknbmdngnnnneaeejahjiada |
विवरण | Play classic Pacman game on your browser |
फ़ाइल का आकार | 626 KB |
स्थापना संख्या | 1,325 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-04-18 |
प्रकाशन तिथि | 2021-10-26 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://pacman-game.freespeedcheck.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pacman-game.freespeedcheck.net |
गोपनीयता नीति पृष्ठ URL | https://audio-editor.freeonlineapps.net/privacy-policy |
समर्थित भाषाएँ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "scripts\/background.js" }, "default_locale": "en", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/pacman-game.freespeedcheck.net\/", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_appShortName__", "version": "3.0.0" } |