Trump to Chump
Replaces the text 'Trump' with 'Chump' for obvious reasons.
Apa itu Trump to Chump?
Trump to Chump adalah ekstensi Chrome yang dikembangkan oleh Arsenal, dan fitur utamanya adalah "Replaces the text 'Trump' with 'Chump' for obvious reasons.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trump to Chump
Unduh file ekstensi Trump to Chump 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
Informasi Dasar Ekstensi
Nama | |
ID | cmepdjapkhfephneckblhdglohcodebc |
URL Resmi | https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc |
Deskripsi | Replaces the text 'Trump' with 'Chump' for obvious reasons. |
Ukuran File | 3.53 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-11-06 |
Tanggal Publikasi | 2015-11-06 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Arsenal |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Chump", "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |