Focus Group to A Bunch of Talking Ducks
Replaces the text 'focus group' with 'a bunch of talking ducks'.
Apa itu Focus Group to A Bunch of Talking Ducks?
Focus Group to A Bunch of Talking Ducks adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces the text 'focus group' with 'a bunch of talking ducks'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focus Group to A Bunch of Talking Ducks
Unduh file ekstensi Focus Group to A Bunch of Talking Ducks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.
Informasi Dasar Ekstensi
Nama | Focus Group to A Bunch of Talking Ducks |
ID | pdjlbbnonfklakaacbelpkajgkjljmfp |
URL Resmi | https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp |
Deskripsi | Replaces the text 'focus group' with 'a bunch of talking ducks'. |
Ukuran File | 3.4 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-18 |
Tanggal Publikasi | 2015-11-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |