Pac-man and Ms. Pac-man
Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.
Co je Pac-man and Ms. Pac-man?
Pac-man and Ms. Pac-man je rozšíření Chrome vyvinuté John Hollister, a jeho hlavní funkcí je „Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pac-man and Ms. Pac-man
Stáhněte si soubory rozšíření Pac-man and Ms. Pac-man ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*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. Základní Informace o Rozšíření
| Název | |
| ID | gjdfppeajganomoaogedoelileclieai |
| Oficiální URL | https://chromewebstore.google.com/detail/pac-man-and-ms-pac-man/gjdfppeajganomoaogedoelileclieai |
| Popis | Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games. |
| Velikost souboru | 1.85 MB |
| Počet instalací | 1,164 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2023-04-19 |
| Datum Vydání | 2023-04-18 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | John Hollister |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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": [
"*:\/\/*\/*"
]
}
]
} | |