Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Hvad er Cloud To Butt Plus?
Cloud To Butt Plus er en Chrome-udvidelse udviklet af Hank, og dens hovedfunktion er "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Udvidelsesskærmbilleder
Download Cloud To Butt Plus-udvidelses-CRX-fil
Download Cloud To Butt Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
Officiel URL | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Beskrivelse | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Filstørrelse | 3.34 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.2 |
Senest Opdateret | 2014-07-24 |
Udgivelsesdato | 2014-07-23 |
Bedømmelse | 4.82/5 Samlet 799 Bedømmelser |
Udvikler | Hank |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |