Pacman Popup

A Pacman game on a popup

O que é Pacman Popup?

Pacman Popup é uma extensão do Chrome desenvolvida por vikka.bogomolkina, e sua principal característica é "A Pacman game on a popup".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pacman Popup

Baixe arquivos de extensão Pacman Popup 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 Popup game in you're browser play free


looking for an arcade game that has the original look?
you only need an active tab, and no wifi needed! play anytab and anytime
controls:
use arrow keys to move
press "P" or click on pause icon on top left                    

Informações Básicas da Extensão

Nome Pacman Popup Pacman Popup
ID idckcaillgcgdmbfldkdajbiipgdcihe
URL Oficial https://chromewebstore.google.com/detail/pacman-popup/idckcaillgcgdmbfldkdajbiipgdcihe
Descrição A Pacman game on a popup
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 2,474
Versão Atual 4.12.2021
Última Atualização 2021-12-08
Data de Publicação 2021-12-07
Desenvolvedor vikka.bogomolkina
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "app\/style\/graphics\/128.png",
            "64": "app\/style\/graphics\/64.png",
            "48": "app\/style\/graphics\/48.png",
            "32": "app\/style\/graphics\/32.png",
            "16": "app\/style\/graphics\/16.png"
        },
        "default_popup": "index.html",
        "default_title": "Pacman"
    },
    "description": "A Pacman game on a popup",
    "icons": {
        "128": "app\/style\/graphics\/128.png",
        "64": "app\/style\/graphics\/64.png",
        "48": "app\/style\/graphics\/48.png",
        "32": "app\/style\/graphics\/32.png",
        "16": "app\/style\/graphics\/16.png"
    },
    "manifest_version": 2,
    "name": "Pacman Popup",
    "version": "4.12.2021",
    "offline_enabled": false,
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": false,
        "page": "options.html"
    }
}