Party Parrot Party Time

Activates Maximum Party

Apa itu Party Parrot Party Time?

Party Parrot Party Time adalah ekstensi Chrome yang dikembangkan oleh Joshua Toth, dan fitur utamanya adalah "Activates Maximum Party".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Party Parrot Party Time

Unduh file ekstensi Party Parrot Party Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
URL Resmi https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
Deskripsi Activates Maximum Party
Ukuran File 130 KB
Jumlah Instalasi 813
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2016-10-14
Tanggal Publikasi 2016-10-14
Penilaian 4.75/5 Total 12 Penilaian
Pengembang Joshua Toth
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}