Focus Group to A Bunch of Talking Ducks
Replaces the text 'focus group' with 'a bunch of talking ducks'.
Co to jest Focus Group to A Bunch of Talking Ducks?
Focus Group to A Bunch of Talking Ducks to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces the text 'focus group' with 'a bunch of talking ducks'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Focus Group to A Bunch of Talking Ducks
Pobierz pliki rozszerzeń Focus Group to A Bunch of Talking Ducks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.
Podstawowe informacje o rozszerzeniu
Nazwa | Focus Group to A Bunch of Talking Ducks |
ID | pdjlbbnonfklakaacbelpkajgkjljmfp |
Oficjalny URL | https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp |
Opis | Replaces the text 'focus group' with 'a bunch of talking ducks'. |
Rozmiar pliku | 3.4 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-18 |
Data Publikacji | 2015-11-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |