Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Qu'est-ce que Cloud To Arse Plus ?
Cloud To Arse Plus est une extension Chrome développée par veghead, et sa fonction principale est "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloud To Arse Plus
Téléchargez les fichiers d'extension Cloud To Arse Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
URL Officiel | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Description | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Taille du Fichier | 27 KB |
Nombre d'Installations | 72 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2013-08-24 |
Date de Publication | 2013-08-23 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | veghead |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/veghead/cloud-to-arse |
Langues Prises en Charge | 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" } } |