Pacman Popup

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

Qu'est-ce que Pacman Popup ?

Pacman Popup est une extension Chrome développée par mereshkova1988, et sa fonction principale est "Play original pacman games in one click. Game opens in browser popup window".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pacman Popup

Téléchargez les fichiers d'extension Pacman Popup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
URL Officiel https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
Description Play original pacman games in one click. Game opens in browser popup window
Taille du Fichier 1.11 MB
Nombre d'Installations 218
Version Actuelle 3.9.2021.1
Dernière Mise à Jour 2021-09-06
Date de Publication 2021-09-06
Développeur mereshkova1988
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/terms-and-policies
Langues Prises en Charge 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"
    }
}