Pac-man and Ms. Pac-man
Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.
Co to jest Pac-man and Ms. Pac-man?
Pac-man and Ms. Pac-man to rozszerzenie Chrome opracowane przez John Hollister, a jego główną funkcją jest „Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pac-man and Ms. Pac-man
Pobierz pliki rozszerzeń Pac-man and Ms. Pac-man 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
*Nearly* pixel-perfect HTML5 web version of the classic Pac-man and Ms. Pac-man arcades games. Free to play. One or two players. Works offline.
Through hours of research and gameplay, I painstakingly reverse engineered the original Pac-man and Ms. Pac-man arcade games. I re-wrote it all in javascript from the ground-up so you can have something to do when you're bored at work. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gjdfppeajganomoaogedoelileclieai |
| Oficjalny URL | https://chromewebstore.google.com/detail/pac-man-and-ms-pac-man/gjdfppeajganomoaogedoelileclieai |
| Opis | Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games. |
| Rozmiar pliku | 1.85 MB |
| Liczba instalacji | 1,164 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-04-19 |
| Data Publikacji | 2023-04-18 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | John Hollister |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pac-man and Ms. Pac-man",
"version": "1.0.0",
"manifest_version": 3,
"description": "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.",
"optional_host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_popup": "index.html",
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"minimum_chrome_version": "88",
"web_accessible_resources": [
{
"resources": [
"index.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |