Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
Co je Pacman Popup?
Pacman Popup je rozšíření Chrome vyvinuté mereshkova1988, a jeho hlavní funkcí je „Play original pacman games in one click. Game opens in browser popup window“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pacman Popup
Stáhněte si soubory rozšíření Pacman Popup 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í
In Pac-Man, the player moves within a maze to end the yellow discs. The goal is to collect all the small disks by escaping the ghosts and monsters, and then going to the next stage when they collect all the disks. Collecting fruits appearing on the maze gives the player extra points. When they take the big yellow discs, the monsters and ghosts turn blue and become edible for a while.
Základní Informace o Rozšíření
Název | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
Oficiální URL | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
Popis | Play original pacman games in one click. Game opens in browser popup window |
Velikost souboru | 1.11 MB |
Počet instalací | 218 |
Aktuální Verze | 3.9.2021.1 |
Poslední Aktualizace | 2021-09-06 |
Datum Vydání | 2021-09-06 |
Vývojář | mereshkova1988 |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/terms-and-policies |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pacman Popup", "version": "3.9.2021.1", "description": "Play original pacman games in one click. Game opens in browser popup window", "manifest_version": 2, "browser_action": { "default_title": "Pacman in popup", "default_popup": "index.html", "default_icon": { "16": "app\/style\/graphics\/logo16.png", "48": "app\/style\/graphics\/logo48.png", "128": "app\/style\/graphics\/logo128.png" } }, "icons": { "16": "app\/style\/graphics\/logo16.png", "48": "app\/style\/graphics\/logo48.png", "128": "app\/style\/graphics\/logo128.png" } } |