Focus Group to A Bunch of Talking Ducks
Replaces the text 'focus group' with 'a bunch of talking ducks'.
Was ist Focus Group to A Bunch of Talking Ducks?
Focus Group to A Bunch of Talking Ducks ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'focus group' with 'a bunch of talking ducks'.".
Erweiterungsscreenshots
Focus Group to A Bunch of Talking Ducks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus Group to A Bunch of Talking Ducks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.
Grundlegende Informationen zur Erweiterung
Name | Focus Group to A Bunch of Talking Ducks |
ID | pdjlbbnonfklakaacbelpkajgkjljmfp |
Offizielle URL | https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp |
Beschreibung | Replaces the text 'focus group' with 'a bunch of talking ducks'. |
Dateigröße | 3.4 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-11-18 |
Veröffentlichungsdatum | 2015-11-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |