Clown computing

Replaces the text 'cloud' with 'clown'.

Wat is Clown computing?

Clown computing is een Chrome-extensie ontwikkeld door technoboy85, en de belangrijkste functie is "Replaces the text 'cloud' with 'clown'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clown computing

Download Clown computing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clown computing Clown computing
ID donnhmnpkaihbjbanpoiechcppadniam
Officiële URL https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam
Beschrijving Replaces the text 'cloud' with 'clown'.
Bestandsgrootte 32.76 KB
Aantal Installaties 69
Huidige Versie 1.0
Laatst Bijgewerkt 2014-09-23
Publicatiedatum 2014-09-23
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar technoboy85
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}