Arcade Classics
Welcome to Arcade Classics - a free browser extension with 9 games to play!
Arcade Classicsとは何ですか?
Arcade ClassicsはArcade Teamによって開発されたChromeの拡張機能で、その主な機能は「Welcome to Arcade Classics - a free browser extension with 9 games to play!」です。
拡張機能のスクリーンショット
Arcade Classics拡張機能のCRXファイルをダウンロード
Arcade Classics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome to Arcade Classics - a free browser extension with 9 games to play!
Arcade Classics is a fun extension with 9 games to play! Ranging from the fast-paced skill game of Tetris to the relaxed logic of 2048, Arcade Classics provides loads of entertainment in a browser extension! Compete against friends and record breakers on our leaderboards, and show off your commitment through personal stats and achievements! There are 40+ achievements to collect, and many more on the way!
- Tetris
- Pong
- Breakout
- Space Invaders
- Pacman
- Asteroids
- 2048
- Minesweeper
- Snake
View our website for our changelog and info: https://arcade-classics.github.io 拡張機能の基本情報
| 名前 | |
| ID | gokcmhknbfbkchaljcbjloaebnoblcnd |
| 公式URL | https://chromewebstore.google.com/detail/arcade-classics/gokcmhknbfbkchaljcbjloaebnoblcnd |
| 説明 | Welcome to Arcade Classics - a free browser extension with 9 games to play! |
| ファイルサイズ | 1.8 MB |
| インストール数 | 200,000 |
| 現在のバージョン | 2.1.5 |
| 最終更新日 | 2023-01-29 |
| 公開日 | 2020-11-09 |
| 評価 | 4.50/5 合計 74 レビュー |
| 開発者 | Arcade Team |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://arcade-classics.github.io/ |
| ヘルプページのURL | https://arcade-classics.github.io/support |
| プライバシーポリシーページのURL | https://arcade-classics.github.io/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Arcade Classics",
"version": "2.1.5",
"author": "Hugo Maxted, Mace Chettiyadan and Not Mario",
"description": "Welcome to Arcade Classics - a free browser extension with 9 games to play!",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
},
"permissions": [
"storage"
],
"icons": {
"256": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "index.html"
}
} | |