Pacman Popup

A Pacman game on a popup

Wat is Pacman Popup?

Pacman Popup is een Chrome-extensie ontwikkeld door vikka.bogomolkina, en de belangrijkste functie is "A Pacman game on a popup".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pacman Popup

Download Pacman Popup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Pacman Popup game in you're browser play free


looking for an arcade game that has the original look?
you only need an active tab, and no wifi needed! play anytab and anytime
controls:
use arrow keys to move
press "P" or click on pause icon on top left                    

Basisinformatie over de Extensie

Naam Pacman Popup Pacman Popup
ID idckcaillgcgdmbfldkdajbiipgdcihe
Officiële URL https://chromewebstore.google.com/detail/pacman-popup/idckcaillgcgdmbfldkdajbiipgdcihe
Beschrijving A Pacman game on a popup
Bestandsgrootte 1.12 MB
Aantal Installaties 2,474
Huidige Versie 4.12.2021
Laatst Bijgewerkt 2021-12-08
Publicatiedatum 2021-12-07
Ontwikkelaar vikka.bogomolkina
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "app\/style\/graphics\/128.png",
            "64": "app\/style\/graphics\/64.png",
            "48": "app\/style\/graphics\/48.png",
            "32": "app\/style\/graphics\/32.png",
            "16": "app\/style\/graphics\/16.png"
        },
        "default_popup": "index.html",
        "default_title": "Pacman"
    },
    "description": "A Pacman game on a popup",
    "icons": {
        "128": "app\/style\/graphics\/128.png",
        "64": "app\/style\/graphics\/64.png",
        "48": "app\/style\/graphics\/48.png",
        "32": "app\/style\/graphics\/32.png",
        "16": "app\/style\/graphics\/16.png"
    },
    "manifest_version": 2,
    "name": "Pacman Popup",
    "version": "4.12.2021",
    "offline_enabled": false,
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": false,
        "page": "options.html"
    }
}