Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

Cos'è Focus Group to A Bunch of Talking Ducks?

Focus Group to A Bunch of Talking Ducks è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Focus Group to A Bunch of Talking Ducks

Scarica i file di estensione Focus Group to A Bunch of Talking Ducks 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

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

Informazioni di Base sull'Estensione

Nome Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
URL Ufficiale https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Descrizione Replaces the text 'focus group' with 'a bunch of talking ducks'.
Dimensione del File 3.4 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-18
Data di Pubblicazione 2015-11-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}