Focus Group to A Bunch of Talking Ducks

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

Wat is Focus Group to A Bunch of Talking Ducks?

Focus Group to A Bunch of Talking Ducks is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focus Group to A Bunch of Talking Ducks

Download Focus Group to A Bunch of Talking Ducks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
Officiële URL https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Beschrijving Replaces the text 'focus group' with 'a bunch of talking ducks'.
Bestandsgrootte 3.4 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-18
Publicatiedatum 2015-11-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}