Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Was ist Cloud To Arse Plus?
Cloud To Arse Plus ist eine Chrome-Erweiterung, die von veghead entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Erweiterungsscreenshots
Cloud To Arse Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cloud To Arse Plus-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
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.
Grundlegende Informationen zur Erweiterung
Name | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
Offizielle URL | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Beschreibung | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Dateigröße | 27 KB |
Installationsanzahl | 72 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2013-08-24 |
Veröffentlichungsdatum | 2013-08-23 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | veghead |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/veghead/cloud-to-arse |
Unterstützte Sprachen | 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" } } |