Pacman Offline Game

Play classic Pacman game on your browser

Co to jest Pacman Offline Game?

Pacman Offline Game to rozszerzenie Chrome opracowane przez https://pacman-game.freespeedcheck.net, a jego główną funkcją jest „Play classic Pacman game on your browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pacman Offline Game

Pobierz pliki rozszerzeń Pacman Offline Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Play pacman instantly inside the Google Chrome browser after you install this extension.

To begin playing pacman, here is what you need to do.

Install the extension
Click on the extension icon
Begin playing pacman.

Try to beat your pacman record today and achieve a new high score.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pacman Offline Game Pacman Offline Game
ID pnepheaiaknbmdngnnnneaeejahjiada
Oficjalny URL https://chromewebstore.google.com/detail/pacman-offline-game/pnepheaiaknbmdngnnnneaeejahjiada
Opis Play classic Pacman game on your browser
Rozmiar pliku 626 KB
Liczba instalacji 1,325
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-04-18
Data Publikacji 2021-10-26
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper https://pacman-game.freespeedcheck.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pacman-game.freespeedcheck.net
Adres URL Strony Polityki Prywatności https://audio-editor.freeonlineapps.net/privacy-policy
Obsługiwane Języki id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "__MSG_browserActionTitle__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/pacman-game.freespeedcheck.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "3.0.0"
}