Kluk Kluk Chicken

Based on an joke between me and my son.

Cos'è Kluk Kluk Chicken?

Kluk Kluk Chicken è un'estensione di Chrome sviluppata da r0cool01, e la sua funzione principale è "Based on an joke between me and my son.".

Scarica il file CRX dell'estensione Kluk Kluk Chicken

Scarica i file di estensione Kluk Kluk Chicken in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Version 0.2.2: add term for "white power".                    

Informazioni di Base sull'Estensione

Nome Kluk Kluk Chicken Kluk Kluk Chicken
ID acpheealamefghmpfnajcmbkponfpice
URL Ufficiale https://chrome.google.com/webstore/detail/kluk-kluk-chicken/acpheealamefghmpfnajcmbkponfpice
Descrizione Based on an joke between me and my son.
Dimensione del File 35.91 KB
Conteggio Installazioni 17
Versione Corrente 0.2.2
Ultimo Aggiornamento 2017-10-23
Data di Pubblicazione 2017-10-23
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore r0cool01
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kluk Kluk Chicken",
    "description": "Based on an joke between me and my son.",
    "version": "0.2.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}