Universal Party Parrot

Now you can have Party Parrot in every subreddit!

O que é Universal Party Parrot?

Universal Party Parrot é uma extensão do Chrome desenvolvida por C_IsForCookie, e sua principal característica é "Now you can have Party Parrot in every subreddit!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Universal Party Parrot

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

                        Inspired by Sirocco, Now you can have Party Parrot in every subreddit!

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

Informações Básicas da Extensão

Nome Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
URL Oficial https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
Descrição Now you can have Party Parrot in every subreddit!
Tamanho do Arquivo 393 KB
Contagem de Instalações 197
Versão Atual 0.0.3
Última Atualização 2016-07-19
Data de Publicação 2016-07-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor C_IsForCookie
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Party Parrot",
    "short_name": "Party Parrot",
    "version": "0.0.3",
    "description": "Now you can have Party Parrot in every subreddit!",
    "icons": {
        "16": "parrot16.png",
        "48": "parrot48.png",
        "128": "parrot128.png"
    },
    "browser_action": {
        "default_icon": "parrot48.png",
        "default_popup": "parrot.html"
    },
    "permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "parrot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}