Arcade Classics
Welcome to Arcade Classics - a free browser extension with 9 games to play!
Co to jest Arcade Classics?
Arcade Classics to rozszerzenie Chrome opracowane przez Arcade Team, a jego główną funkcją jest „Welcome to Arcade Classics - a free browser extension with 9 games to play!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Arcade Classics
Pobierz pliki rozszerzeń Arcade Classics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gokcmhknbfbkchaljcbjloaebnoblcnd |
| Oficjalny URL | https://chromewebstore.google.com/detail/arcade-classics/gokcmhknbfbkchaljcbjloaebnoblcnd |
| Opis | Welcome to Arcade Classics - a free browser extension with 9 games to play! |
| Rozmiar pliku | 1.8 MB |
| Liczba instalacji | 200,000 |
| Aktualna Wersja | 2.1.5 |
| Ostatnia Aktualizacja | 2023-01-29 |
| Data Publikacji | 2020-11-09 |
| Ocena | 4.50/5 Łącznie 74 Oceny |
| Deweloper | Arcade Team |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://arcade-classics.github.io/ |
| Adres URL Strony Pomocy | https://arcade-classics.github.io/support |
| Adres URL Strony Polityki Prywatności | https://arcade-classics.github.io/privacy |
| Obsługiwane Języki | 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"
}
} | |