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!”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Arcade Classics Arcade Classics
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
电子邮箱 [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"
    }
}