Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
What is Cloud To Butt Plus?
Cloud To Butt Plus is a Chrome extension developed by Hank, and its main feature is "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Extension Screenshots
Download Cloud To Butt Plus Extension CRX File
Download Cloud To Butt Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
Official URL | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Description | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
File Size | 3.34 KB |
Installation Count | 10,000 |
Current Version | 1.2 |
Last Updated | 2014-07-24 |
Publish Date | 2014-07-23 |
Rating | 4.82/5 Total 799 Ratings |
Developer | Hank |
Payment Type | free |
Supported Languages | 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" } ] } |