Party Parrot Party Time

Activates Maximum Party

Cos'è Party Parrot Party Time?

Party Parrot Party Time è un'estensione di Chrome sviluppata da Joshua Toth, e la sua funzione principale è "Activates Maximum Party".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Party Parrot Party Time

Scarica i file di estensione Party Parrot Party Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
URL Ufficiale https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Descrizione Activates Maximum Party
Dimensione del File 130 KB
Conteggio Installazioni 813
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-10-14
Data di Pubblicazione 2016-10-14
Valutazione 4.75/5 Totale 12 Valutazioni
Sviluppatore Joshua Toth
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}