Arcade Classics

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

ما هو Arcade Classics؟

Arcade Classics هو إضافة Chrome تم تطويرها بواسطة Arcade Team، والميزة الرئيسية لها هي "Welcome to Arcade Classics - a free browser extension with 9 games to play!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Arcade Classics

قم بتنزيل ملفات الامتداد Arcade Classics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://arcade-classics.github.io/support
عنوان صفحة سياسة الخصوصية 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"
    }
}