TrumpBlock
Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Apa itu TrumpBlock?
TrumpBlock adalah ekstensi Chrome yang dikembangkan oleh Mahesh, dan fitur utamanya adalah "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TrumpBlock
Unduh file ekstensi TrumpBlock 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
Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon. Not intended to hurt anyone but to beat some stress. Any issues? Please contact: [email protected]
Informasi Dasar Ekstensi
Nama | TrumpBlock |
ID | ncomjcmhkflhahofhpnlldmpobaiihhf |
URL Resmi | https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf |
Deskripsi | Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon. |
Ukuran File | 9.47 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2016-11-11 |
Tanggal Publikasi | 2016-11-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Mahesh |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TrumpBlock", "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.", "version": "0.4", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Block Trump!!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js", "contents.js" ], "run_at": "document_end" } ] } |