Classic PacMan Offline
A Fun Game of PacMan
Classic PacMan Offlineとは何ですか?
Classic PacMan Offlineはmssinghdevによって開発されたChromeの拡張機能で、その主な機能は「A Fun Game of PacMan」です。
拡張機能のスクリーンショット
Classic PacMan Offline拡張機能のCRXファイルをダウンロード
Classic PacMan Offline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A free offline version of pacman that you can pop up and play anywhere, anytime without any ads. To play the game: 1. install the extension 2. click on the extension from the extensions tab 3. enjoy the game
拡張機能の基本情報
名前 | Classic PacMan Offline |
ID | hphdlgbdkiinannjekpkdmfedbdbfnkc |
公式URL | https://chromewebstore.google.com/detail/classic-pacman-offline/hphdlgbdkiinannjekpkdmfedbdbfnkc |
説明 | A Fun Game of PacMan |
ファイルサイズ | 450 KB |
インストール数 | 362 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-06-17 |
公開日 | 2023-06-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mssinghdev |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/mssinghdev-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic PacMan Offline", "description": "A Fun Game of PacMan", "version": "1.0.0", "icons": { "16": ".\/img\/pacmanicon16.png", "32": ".\/img\/pacmanicon32.png", "48": ".\/img\/pacmanicon48.png", "128": ".\/img\/pacmanicon128.png" }, "action": { "default_popup": "index.html", "default_title": "PacMan", "default_icon": ".\/img\/pacmanicon128.png" } } |