Pacman: Play Pac-Man Game Online

Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.

O que é Pacman: Play Pac-Man Game Online?

Pacman: Play Pac-Man Game Online é uma extensão do Chrome desenvolvida por http://pacmanonline.chromecrxstore.com, e sua principal característica é "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pacman: Play Pac-Man Game Online

Baixe arquivos de extensão Pacman: Play Pac-Man Game Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Pacman Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. 
This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters.
So what are you waiting for? Just install the app & start playing to your heart's content!                    

Informações Básicas da Extensão

Nome Pacman: Play Pac-Man Game Online Pacman: Play Pac-Man Game Online
ID cihfebddbkliijcnllfibbbadfnibfem
URL Oficial https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem
Descrição Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
Tamanho do Arquivo 30.53 KB
Contagem de Instalações 972
Versão Atual 1.4
Última Atualização 2017-12-24
Data de Publicação 2017-12-24
Classificação 1.15/5 Total de 227 Avaliações
Desenvolvedor http://pacmanonline.chromecrxstore.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://pacmanonline.chromecrxstore.com/
URL da Página de Política de Privacidade https://chromecrxstore.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pacman: Play Pac-Man Game Online",
    "version": "1.4",
    "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play Pac-Man Game Online"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}