Clown computing

Replaces the text 'cloud' with 'clown'.

What is Clown computing?

Clown computing is a Chrome extension developed by technoboy85, and its main feature is "Replaces the text 'cloud' with 'clown'.".

Extension Screenshots

screenshot
screenshot

Download Clown computing Extension CRX File

Download Clown computing 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

                        sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL                    

Extension Basic Information

Name Clown computing Clown computing
ID donnhmnpkaihbjbanpoiechcppadniam
Official URL https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam
Description Replaces the text 'cloud' with 'clown'.
File Size 32.76 KB
Installation Count 69
Current Version 1.0
Last Updated 2014-09-23
Publish Date 2014-09-23
Rating 3.67/5 Total 6 Ratings
Developer technoboy85
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clown computing",
    "version": "1.0",
    "description": "Replaces the text 'cloud' with 'clown'.",
    "icons": {
        "128": "pennywise.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}