Pacman Offline Game
Play classic Pacman game on your browser
Pacman Offline Gameとは何ですか?
Pacman Offline Gameはhttps://pacman-game.freespeedcheck.netによって開発されたChromeの拡張機能で、その主な機能は「Play classic Pacman game on your browser」です。
拡張機能のスクリーンショット
Pacman Offline Game拡張機能のCRXファイルをダウンロード
Pacman Offline Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |