jeff-who
Replaces Bezos with Jeff Who?
Apa itu jeff-who?
jeff-who adalah ekstensi Chrome yang dikembangkan oleh lukeify, dan fitur utamanya adalah "Replaces Bezos with Jeff Who?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi jeff-who
Unduh file ekstensi jeff-who 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
WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.
Informasi Dasar Ekstensi
Nama | jeff-who |
ID | iiniimpnoajeiekkfhlpdpcibaahcbpl |
URL Resmi | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl |
Deskripsi | Replaces Bezos with Jeff Who? |
Ukuran File | 93 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-12-15 |
Tanggal Publikasi | 2017-12-14 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | lukeify |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lukeify/jeff-who |
URL Halaman Bantuan | https://github.com/lukeify/jeff-who |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "A SpaceX Fan", "manifest_version": 2, "name": "jeff-who", "version": "1.0.2", "description": "Replaces Bezos with Jeff Who?", "icons": { "40": "icons\/icon-40.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/jeff-who.js" ] }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos", "https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos" ], "js": [ "src\/wikipedia.js" ] }, { "matches": [ "https:\/\/twitter.com\/jeffbezos", "https:\/\/twitter.com\/jeffBezos", "https:\/\/twitter.com\/Jeffbezos", "https:\/\/twitter.com\/JeffBezos" ], "js": [ "src\/twitter.js" ] }, { "matches": [ "https:\/\/www.washingtonpost.com\/*" ], "js": [ "src\/washington-post.js" ] }, { "matches": [ "https:\/\/www.blueorigin.com\/" ], "js": [ "src\/blue-origin.js" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |