Arcade Classics

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

Apa itu Arcade Classics?

Arcade Classics adalah ekstensi Chrome yang dikembangkan oleh Arcade Team, dan fitur utamanya adalah "Welcome to Arcade Classics - a free browser extension with 9 games to play!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Arcade Classics

Unduh file ekstensi Arcade Classics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Arcade Classics Arcade Classics
ID gokcmhknbfbkchaljcbjloaebnoblcnd
URL Resmi https://chromewebstore.google.com/detail/arcade-classics/gokcmhknbfbkchaljcbjloaebnoblcnd
Deskripsi Welcome to Arcade Classics - a free browser extension with 9 games to play!
Ukuran File 1.8 MB
Jumlah Instalasi 200,000
Versi Saat Ini 2.1.5
Terakhir Diperbarui 2023-01-29
Tanggal Publikasi 2020-11-09
Penilaian 4.50/5 Total 74 Penilaian
Pengembang Arcade Team
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://arcade-classics.github.io/
URL Halaman Bantuan https://arcade-classics.github.io/support
URL Halaman Kebijakan Privasi https://arcade-classics.github.io/privacy
Bahasa yang Didukung 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"
    }
}