IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
Apa itu IP Extender?
IP Extender adalah ekstensi Chrome yang dikembangkan oleh nels.anderson, dan fitur utamanya adalah "Replaces the text 'IP' with 'immense penis' because that's way better.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP Extender
Unduh file ekstensi IP Extender 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
Replaces the text "IP" with "immense penis" because that's much better. The term "IP" as short for "intellectual property" is gross business jargon that has totally oversaturated writing about games. So better to make it about dong instead!
Informasi Dasar Ekstensi
Nama | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
URL Resmi | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Deskripsi | Replaces the text 'IP' with 'immense penis' because that's way better. |
Ukuran File | 9.04 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2023-12-13 |
Tanggal Publikasi | 2018-06-12 |
Penilaian | 4.50/5 Total 24 Penilaian |
Pengembang | nels.anderson |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IP Extender", "version": "1.4", "description": "Replaces the text 'IP' with 'immense penis' because that's way better.", "icons": { "16": "iplogo16.png", "48": "iplogo48.png", "128": "iplogo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |