Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Apa itu Tired of the world?
Tired of the world adalah ekstensi Chrome yang dikembangkan oleh Russ Smith, dan fitur utamanya adalah "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".
Unduh Berkas CRX Ekstensi Tired of the world
Unduh file ekstensi Tired of the world 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 made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.
Informasi Dasar Ekstensi
Nama | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
URL Resmi | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Deskripsi | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Ukuran File | 3.64 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-12-07 |
Tanggal Publikasi | 2015-12-07 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Russ Smith |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/russ_sm |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tired of the world", "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |