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
官方網址 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"
    }
}