Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Qu'est-ce que Cloud to Butt Redux ?
Cloud to Butt Redux est une extension Chrome développée par Techjar, 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 Redux
Téléchargez les fichiers d'extension Cloud to Butt Redux 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
Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt My version: https://github.com/Techjar/cloud-to-butt
Informations de Base sur l'Extension
Nom | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
URL Officiel | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
Description | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Taille du Fichier | 40.75 KB |
Nombre d'Installations | 160 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2018-01-08 |
Date de Publication | 2018-01-08 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | Techjar |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud to Butt Redux", "version": "1.3.5", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/titlecapitalization.com\/*", "*:\/\/hangouts.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/discordapp.com\/*" ], "js": [ "content_script.js" ], "all_frames": true } ] } |