Pacman Offline Game

Play classic Pacman game on your browser

Qu'est-ce que Pacman Offline Game ?

Pacman Offline Game est une extension Chrome développée par https://pacman-game.freespeedcheck.net, et sa fonction principale est "Play classic Pacman game on your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pacman Offline Game

Téléchargez les fichiers d'extension Pacman Offline Game 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

                        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.                    

Informations de Base sur l'Extension

Nom Pacman Offline Game Pacman Offline Game
ID pnepheaiaknbmdngnnnneaeejahjiada
URL Officiel https://chromewebstore.google.com/detail/pacman-offline-game/pnepheaiaknbmdngnnnneaeejahjiada
Description Play classic Pacman game on your browser
Taille du Fichier 626 KB
Nombre d'Installations 1,325
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-04-18
Date de Publication 2021-10-26
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://pacman-game.freespeedcheck.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pacman-game.freespeedcheck.net
URL de la Page de Politique de Confidentialité https://audio-editor.freeonlineapps.net/privacy-policy
Langues Prises en Charge 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"
}