Cheeto Voldemort
Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
Apa itu Cheeto Voldemort?
Cheeto Voldemort adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cheeto Voldemort
Unduh file ekstensi Cheeto Voldemort 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
If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.
Informasi Dasar Ekstensi
Nama | Cheeto Voldemort |
ID | dgmjkhcljhmmlillfpcdcapiikokggog |
URL Resmi | https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog |
Deskripsi | Replaces Trump with Cheeto Voldemort. That's pretty much all it does. |
Ukuran File | 15.86 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-11-23 |
Tanggal Publikasi | 2016-11-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheeto Voldemort", "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |