Focus Group to A Bunch of Talking Ducks
Replaces the text 'focus group' with 'a bunch of talking ducks'.
Vad är Focus Group to A Bunch of Talking Ducks?
Focus Group to A Bunch of Talking Ducks är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the text 'focus group' with 'a bunch of talking ducks'.".
Tilläggsskärmbilder
Ladda ner Focus Group to A Bunch of Talking Ducks-förlängningens CRX-fil
Ladda ner Focus Group to A Bunch of Talking Ducks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.
Grundläggande Information om Tillägg
Namn | Focus Group to A Bunch of Talking Ducks |
ID | pdjlbbnonfklakaacbelpkajgkjljmfp |
Officiell webbadress | https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp |
Beskrivning | Replaces the text 'focus group' with 'a bunch of talking ducks'. |
Filstorlek | 3.4 KB |
Antal Installationer | 10 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-18 |
Publiceringsdatum | 2015-11-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } ] } |