Page Party

The Chrome extension that turns any webpage into a party!

O que é Page Party?

Page Party é uma extensão do Chrome desenvolvida por mtrexroad96, e sua principal característica é "The Chrome extension that turns any webpage into a party!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Party

Baixe arquivos de extensão Page Party 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

                        This Chrome extension overlays any webpage with confetti and flashing lights! Pair it with music of your choice and every page will become a party!                    

Informações Básicas da Extensão

Nome Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
URL Oficial https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Descrição The Chrome extension that turns any webpage into a party!
Tamanho do Arquivo 4.82 MB
Contagem de Instalações 255
Versão Atual 1.0
Última Atualização 2017-12-19
Data de Publicação 2017-12-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mtrexroad96
Tipo de Pagamento free
Site da Extensão http://pageparty.online/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Page Party",
    "description": "The Chrome extension that turns any webpage into a party!",
    "web_accessible_resources": [
        "pp.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "obfuscate.js"
            ]
        }
    ]
}