Brexit Filthifier
Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Apa itu Brexit Filthifier?
Brexit Filthifier adalah ekstensi Chrome yang dikembangkan oleh QuantumPirate, dan fitur utamanya adalah "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Brexit Filthifier
Unduh file ekstensi Brexit Filthifier 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
Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is. v1.1 -Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing -Also replaces any mention of "Trump" with a random insult
Informasi Dasar Ekstensi
Nama | |
ID | bcohekienkmelpifeeifhacpllfcajif |
URL Resmi | https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif |
Deskripsi | Replaces the word Brexit with a random bit of filth - by @QuantumPirate |
Ukuran File | 23.97 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-02-02 |
Tanggal Publikasi | 2017-02-02 |
Penilaian | 4.88/5 Total 8 Penilaian |
Pengembang | QuantumPirate |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/QuantumPirate |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit Filthifier", "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |