Party Parrot Party Time

Activates Maximum Party

Vad är Party Parrot Party Time?

Party Parrot Party Time är en Chrome-tillägg utvecklad av Joshua Toth, och dess huvudfunktion är "Activates Maximum Party".

Tilläggsskärmbilder

screenshot

Ladda ner Party Parrot Party Time-förlängningens CRX-fil

Ladda ner Party Parrot Party Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
Officiell webbadress https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Beskrivning Activates Maximum Party
Filstorlek 130 KB
Antal Installationer 813
Aktuell Version 1.1.1
Senast Uppdaterad 2016-10-14
Publiceringsdatum 2016-10-14
Betyg 4.75/5 Totalt 12 Betyg
Utvecklare Joshua Toth
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}