Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Wat is Cloud To Arse Plus?
Cloud To Arse Plus is een Chrome-extensie ontwikkeld door veghead, en de belangrijkste functie is "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud To Arse Plus
Download Cloud To Arse Plus-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
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.
Basisinformatie over de Extensie
Naam | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
Officiële URL | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Beschrijving | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Bestandsgrootte | 27 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2013-08-24 |
Publicatiedatum | 2013-08-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | veghead |
Betalingswijze | free |
Extensiewebsite | https://github.com/veghead/cloud-to-arse |
Ondersteunde Talen | 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" } } |