Party Parrot Party Time

Activates Maximum Party

Was ist Party Parrot Party Time?

Party Parrot Party Time ist eine Chrome-Erweiterung, die von Joshua Toth entwickelt wurde, und ihr Hauptmerkmal ist "Activates Maximum Party".

Erweiterungsscreenshots

screenshot

Party Parrot Party Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie Party Parrot Party Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
Offizielle URL https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Beschreibung Activates Maximum Party
Dateigröße 130 KB
Installationsanzahl 813
Aktuelle Version 1.1.1
Letztes Update 2016-10-14
Veröffentlichungsdatum 2016-10-14
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler Joshua Toth
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}