Cuck to Smurf
This extension squanches the word cuck to smurf.
Apa itu Cuck to Smurf?
Cuck to Smurf adalah ekstensi Chrome yang dikembangkan oleh Afal, dan fitur utamanya adalah "This extension squanches the word cuck to smurf.".
Unduh Berkas CRX Ekstensi Cuck to Smurf
Unduh file ekstensi Cuck to Smurf 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
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
Informasi Dasar Ekstensi
Nama | |
ID | ofphpecnggajokednpbnbghnlloaccco |
URL Resmi | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
Deskripsi | This extension squanches the word cuck to smurf. |
Ukuran File | 24.47 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-06 |
Tanggal Publikasi | 2016-05-06 |
Pengembang | Afal |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |