Trump To Chump
Replaces the text 'Trump' with 'Chump'.
Apa itu Trump To Chump?
Trump To Chump adalah ekstensi Chrome yang dikembangkan oleh Drew Wasem, dan fitur utamanya adalah "Replaces the text 'Trump' with 'Chump'.".
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
Spreading the truth throughout the internet, Donald Trump is a Chump.
Informasi Dasar Ekstensi
Nama | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
URL Resmi | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
Deskripsi | Replaces the text 'Trump' with 'Chump'. |
Ukuran File | 18.68 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2015-08-23 |
Tanggal Publikasi | 2015-08-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Drew Wasem |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/CapeDrew/Trump-To-Chump |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |