Trumpblock
Replace images of Donald Trump with a #trumpblock
Apa itu Trumpblock?
Trumpblock adalah ekstensi Chrome yang dikembangkan oleh http://trumpblock.mx, dan fitur utamanya adalah "Replace images of Donald Trump with a #trumpblock".
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
I LEARNED TO SET A GOAL AND TO BLOCK OUT OTHER THINGS AND JUST FOCUS ON THIS ONE THING #TRUMPBLOCK. No kittens, no hair memes. Just a way to surf the internet without detaching yourself from reality but without having to endure more theatrics. Follow us on twitter @trumpblock www.trumpblock.mx
Informasi Dasar Ekstensi
Nama | |
ID | pipjonnboflelokcjbnklghcopacclbl |
URL Resmi | https://chrome.google.com/webstore/detail/trumpblock/pipjonnboflelokcjbnklghcopacclbl |
Deskripsi | Replace images of Donald Trump with a #trumpblock |
Ukuran File | 138 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 2.18 |
Terakhir Diperbarui | 2017-07-11 |
Tanggal Publikasi | 2017-07-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | http://trumpblock.mx |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.trumpblock.mx |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replace images of Donald Trump with a #trumpblock", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "Trumpblock", "permissions": [ "http:\/\/*\/*" ], "version": "2.18" } |