Cloud To Arse Plus

Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.

What is Cloud To Arse Plus?

Cloud To Arse Plus is a Chrome extension developed by veghead, and its main feature is "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".

Extension Screenshots

screenshot

Download Cloud To Arse Plus Extension CRX File

Download Cloud To Arse 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

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

Extension Basic Information

Name Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
Official URL https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
Description Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
File Size 27 KB
Installation Count 72
Current Version 0.0.0.1
Last Updated 2013-08-24
Publish Date 2013-08-23
Rating 5.00/5 Total 5 Ratings
Developer veghead
Payment Type free
Extension Website https://github.com/veghead/cloud-to-arse
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}