Pacman: Play Pac-Man Game Online
Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
Pacman: Play Pac-Man Game Onlineとは何ですか?
Pacman: Play Pac-Man Game Onlineはhttp://pacmanonline.chromecrxstore.comによって開発されたChromeの拡張機能で、その主な機能は「Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.」です。
拡張機能のスクリーンショット
Pacman: Play Pac-Man Game Online拡張機能のCRXファイルをダウンロード
Pacman: Play Pac-Man Game Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pacman Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters. So what are you waiting for? Just install the app & start playing to your heart's content!
拡張機能の基本情報
名前 | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
公式URL | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
説明 | Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages. |
ファイルサイズ | 30.53 KB |
インストール数 | 972 |
現在のバージョン | 1.4 |
最終更新日 | 2017-12-24 |
公開日 | 2017-12-24 |
評価 | 1.15/5 合計 227 レビュー |
開発者 | http://pacmanonline.chromecrxstore.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://pacmanonline.chromecrxstore.com/ |
プライバシーポリシーページのURL | https://chromecrxstore.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pacman: Play Pac-Man Game Online", "version": "1.4", "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Play Pac-Man Game Online" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |