Focus Group to A Bunch of Talking Ducks

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

Hvad er Focus Group to A Bunch of Talking Ducks?

Focus Group to A Bunch of Talking Ducks er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Udvidelsesskærmbilleder

screenshot

Download Focus Group to A Bunch of Talking Ducks-udvidelses-CRX-fil

Download Focus Group to A Bunch of Talking Ducks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
Officiel URL https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Beskrivelse Replaces the text 'focus group' with 'a bunch of talking ducks'.
Filstørrelse 3.4 KB
Antal Installationer 10
Nuværende Version 1.0
Senest Opdateret 2015-11-18
Udgivelsesdato 2015-11-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}