Arcade Game Classic
A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.
什么是Arcade Game Classic?
Arcade Game Classic是由https://www.gameanytime.co开发的Chrome扩展程序,该扩展的主要功能是“A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.”。
扩展截图
下载Arcade Game Classic扩展crx文件
下载Arcade Game Classic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows you to play classic arcade game anytime and anywhere. One feature you may love is pre-filling function of falling block. Before the falling block arrives the bottom, you can see how it will fit into lines ahead of time. This will help reduce mistakes and score high marks. The game can be played intermittently as well. Just click on the extension icon in the top right corner of your browser and the game will start immediately in a popup! Also you are free to close the popup and exit the game anytime. The extension can remember where you left off.
扩展基本信息
名称 | |
ID | oomenlmniheocchghgkiahbjgilddbfb |
官方URL | https://chrome.google.com/webstore/detail/arcade-game-classic/oomenlmniheocchghgkiahbjgilddbfb |
简介 | A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes. |
文件大小 | 17.3 KB |
安装次数 | 338 |
当前版本 | 0.1.3 |
更新时间 | 2022-09-06 |
上架时间 | 2022-05-16 |
开发者 | https://www.gameanytime.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.gameanytime.co |
隐私政策页面URL | https://www.gameanytime.co/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arcade Game Classic", "short_name": "Arcade", "version": "0.1.3", "description": "A classic arcade game that plays in a popup. Integrate pre-filling feature to reduce mistakes.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |