Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Qu'est-ce que Cloud To Butt Plus ?
Cloud To Butt Plus est une extension Chrome développée par Hank, et sa fonction principale est "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloud To Butt Plus
Téléchargez les fichiers d'extension Cloud To Butt 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
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
Informations de Base sur l'Extension
Nom | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
URL Officiel | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Description | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Taille du Fichier | 3.34 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-07-24 |
Date de Publication | 2014-07-23 |
Évaluation | 4.82/5 Total 799 Évaluations |
Développeur | Hank |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |