The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Apa itu The Other Kim?
The Other Kim adalah ekstensi Chrome yang dikembangkan oleh smith.nick.nz, dan fitur utamanya adalah "Replaces 'Kardashian' with 'Jong Un' in browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Other Kim
Unduh file ekstensi The Other Kim 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 any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one. Note: May interfere with photos does not work in google search results
Informasi Dasar Ekstensi
Nama | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
URL Resmi | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Deskripsi | Replaces 'Kardashian' with 'Jong Un' in browser. |
Ukuran File | 33.98 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-05-05 |
Tanggal Publikasi | 2015-05-05 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | smith.nick.nz |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Other Kim", "version": "0.1", "description": "Replaces 'Kardashian' with 'Jong Un' in browser.", "icons": { "48": "smallicon.png", "128": "bigicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*, https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "kardashian.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |