Pacman Popup

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

Vad är Pacman Popup?

Pacman Popup är en Chrome-tillägg utvecklad av mereshkova1988, och dess huvudfunktion är "Play original pacman games in one click. Game opens in browser popup window".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pacman Popup-förlängningens CRX-fil

Ladda ner Pacman Popup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
Officiell webbadress https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
Beskrivning Play original pacman games in one click. Game opens in browser popup window
Filstorlek 1.11 MB
Antal Installationer 218
Aktuell Version 3.9.2021.1
Senast Uppdaterad 2021-09-06
Publiceringsdatum 2021-09-06
Utvecklare mereshkova1988
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/terms-and-policies
Stödda Språk 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"
    }
}