Arkanoid Classic
Nice game in pop-up to spend your time
Arkanoid Classicとは何ですか?
Arkanoid ClassicはGames Classicによって開発されたChromeの拡張機能で、その主な機能は「Nice game in pop-up to spend your time」です。
拡張機能のスクリーンショット
Arkanoid Classic拡張機能のCRXファイルをダウンロード
Arkanoid Classic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Arkanoid is a block breaker arcade game. Controlling a paddle-like craft known as the Vaus, the player is tasked with clearing a formation of colorful blocks by deflecting a ball towards it without letting the ball leave the bottom edge of the playfield. Some blocks contain power-ups that have various effects, such as increasing the length of the Vaus, creating several additional balls, or turning the Vaus into a laser cannon. Other blocks may be indestructible or require multiple hits to break.
Arkanoid is the Free Pop-up game which you can install and enjoy it. 拡張機能の基本情報
| 名前 | |
| ID | ihhbmpkjdilkmlcdbmcelkipfijepnji |
| 公式URL | https://chromewebstore.google.com/detail/arkanoid-classic/ihhbmpkjdilkmlcdbmcelkipfijepnji |
| 説明 | Nice game in pop-up to spend your time |
| ファイルサイズ | 1.99 MB |
| インストール数 | 3,547 |
| 現在のバージョン | 1.0.0.2 |
| 最終更新日 | 2023-02-07 |
| 公開日 | 2021-12-31 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Games Classic |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://bit.ly/3wwRKgg |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"superagent.js",
"anticheat.js"
]
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html",
"default_title": "__MSG_appButtonDesc__"
},
"content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"storage",
"cookies",
"https:\/\/*\/*"
],
"version": "1.0.0.2"
} | |