Arcade Classics

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

Arcade Classics क्या है?

Arcade Classics Arcade Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome to Arcade Classics - a free browser extension with 9 games to play!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Arcade Classics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    }
}