Arcade Classics

Welcome to Arcade Classics - a free browser extension with 9 games to play!

Arcade Classics là gì?

Arcade Classics là một tiện ích mở rộng Chrome được phát triển bởi Arcade Team, và tính năng chính của nó là "Welcome to Arcade Classics - a free browser extension with 9 games to play!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arcade Classics

Tải xuống các tệp mở rộng Arcade Classics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arcade Classics Arcade Classics
ID gokcmhknbfbkchaljcbjloaebnoblcnd
URL Chính Thức https://chromewebstore.google.com/detail/arcade-classics/gokcmhknbfbkchaljcbjloaebnoblcnd
Mô tả Welcome to Arcade Classics - a free browser extension with 9 games to play!
Kích Thước Tệp 1.8 MB
Số Lần Cài Đặt 200,000
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2023-01-29
Ngày Phát Hành 2020-11-09
Đánh Giá 4.50/5 Tổng số 74 Đánh Giá
Nhà Phát Triển Arcade Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://arcade-classics.github.io/
URL Trang Trợ Giúp https://arcade-classics.github.io/support
URL Trang Chính Sách Bảo Mật https://arcade-classics.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}