Party Parrot Party Time

Activates Maximum Party

Wat is Party Parrot Party Time?

Party Parrot Party Time is een Chrome-extensie ontwikkeld door Joshua Toth, en de belangrijkste functie is "Activates Maximum Party".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Party Parrot Party Time

Download Party Parrot Party Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
Officiële URL https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Beschrijving Activates Maximum Party
Bestandsgrootte 130 KB
Aantal Installaties 813
Huidige Versie 1.1.1
Laatst Bijgewerkt 2016-10-14
Publicatiedatum 2016-10-14
Beoordeling 4.75/5 Totaal 12 Beoordelingen
Ontwikkelaar Joshua Toth
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}