Clown computing
Replaces the text 'cloud' with 'clown'.
Was ist Clown computing?
Clown computing ist eine Chrome-Erweiterung, die von technoboy85 entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'cloud' with 'clown'.".
Erweiterungsscreenshots
Clown computing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clown computing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL Grundlegende Informationen zur Erweiterung
| Name | |
| ID | donnhmnpkaihbjbanpoiechcppadniam |
| Offizielle URL | https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam |
| Beschreibung | Replaces the text 'cloud' with 'clown'. |
| Dateigröße | 32.76 KB |
| Installationsanzahl | 69 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-09-23 |
| Veröffentlichungsdatum | 2014-09-23 |
| Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
| Entwickler | technoboy85 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |