Party Parrot Party Time

Activates Maximum Party

Qu'est-ce que Party Parrot Party Time ?

Party Parrot Party Time est une extension Chrome développée par Joshua Toth, et sa fonction principale est "Activates Maximum Party".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Party Parrot Party Time

Téléchargez les fichiers d'extension Party Parrot Party Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
URL Officiel https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Description Activates Maximum Party
Taille du Fichier 130 KB
Nombre d'Installations 813
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-10-14
Date de Publication 2016-10-14
Évaluation 4.75/5 Total 12 Évaluations
Développeur Joshua Toth
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}