Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Apa itu Cloud To Butt Plus?
Cloud To Butt Plus adalah ekstensi Chrome yang dikembangkan oleh Hank, dan fitur utamanya adalah "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cloud To Butt Plus
Unduh file ekstensi Cloud To Butt Plus 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
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
Informasi Dasar Ekstensi
Nama | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
URL Resmi | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Deskripsi | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Ukuran File | 3.34 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-07-24 |
Tanggal Publikasi | 2014-07-23 |
Penilaian | 4.82/5 Total 799 Penilaian |
Pengembang | Hank |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |