Pacman Popup

Play original pacman games in one click. Game opens in browser popup window

Was ist Pacman Popup?

Pacman Popup ist eine Chrome-Erweiterung, die von mereshkova1988 entwickelt wurde, und ihr Hauptmerkmal ist "Play original pacman games in one click. Game opens in browser popup window".

Erweiterungsscreenshots

screenshot
screenshot

Pacman Popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pacman Popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
Offizielle URL https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
Beschreibung Play original pacman games in one click. Game opens in browser popup window
Dateigröße 1.11 MB
Installationsanzahl 218
Aktuelle Version 3.9.2021.1
Letztes Update 2021-09-06
Veröffentlichungsdatum 2021-09-06
Entwickler mereshkova1988
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/terms-and-policies
Unterstützte Sprachen 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"
    }
}