Party Parrot Party Time

Activates Maximum Party

Hvad er Party Parrot Party Time?

Party Parrot Party Time er en Chrome-udvidelse udviklet af Joshua Toth, og dens hovedfunktion er "Activates Maximum Party".

Udvidelsesskærmbilleder

screenshot

Download Party Parrot Party Time-udvidelses-CRX-fil

Download Party Parrot Party Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
Officiel URL https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Beskrivelse Activates Maximum Party
Filstørrelse 130 KB
Antal Installationer 813
Nuværende Version 1.1.1
Senest Opdateret 2016-10-14
Udgivelsesdato 2016-10-14
Bedømmelse 4.75/5 Samlet 12 Bedømmelser
Udvikler Joshua Toth
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}