Universal Party Parrot

Now you can have Party Parrot in every subreddit!

¿Qué es Universal Party Parrot?

Universal Party Parrot es una extensión de Chrome desarrollada por C_IsForCookie, y su función principal es "Now you can have Party Parrot in every subreddit!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Universal Party Parrot

Descarga archivos de extensión Universal Party Parrot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

Información Básica de la Extensión

Nombre Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
URL Oficial https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
Descripción Now you can have Party Parrot in every subreddit!
Tamaño del Archivo 393 KB
Cantidad de Instalaciones 197
Versión Actual 0.0.3
Última Actualización 2016-07-19
Fecha de Publicación 2016-07-19
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador C_IsForCookie
Tipo de Pago free
Idiomas Soportados 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"
    ]
}