Party Parrot Party Time

Activates Maximum Party

O que é Party Parrot Party Time?

Party Parrot Party Time é uma extensão do Chrome desenvolvida por Joshua Toth, e sua principal característica é "Activates Maximum Party".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Party Parrot Party Time

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

                        At the click of a button all the images on your page become Party Parrots! 


---------


Visit http://cultofthepartyparrot.com/ for more party parrot fun!

Disclaimer: 

This was made for fun and I have no association with the cultofthepartyparrot.com website.

I do not own the images contained in this content. 

I'm not liable for any damages caused by this extension. yada yada                    

Informações Básicas da Extensão

Nome Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
URL Oficial https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Descrição Activates Maximum Party
Tamanho do Arquivo 130 KB
Contagem de Instalações 813
Versão Atual 1.1.1
Última Atualização 2016-10-14
Data de Publicação 2016-10-14
Classificação 4.75/5 Total de 12 Avaliações
Desenvolvedor Joshua Toth
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Party Parrot Party Time",
    "description": "Activates Maximum Party",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "parrot.png",
        "default_title": "Activate Maximum Party"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "partyTime.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "partyTimeOnLoad.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "parrots\/*"
    ]
}