Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
¿Qué es Cloud to Butt Redux?
Cloud to Butt Redux es una extensión de Chrome desarrollada por Techjar, y su función principal es "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cloud to Butt Redux
Descarga archivos de extensión Cloud to Butt Redux en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
URL Oficial | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
Descripción | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Tamaño del Archivo | 40.75 KB |
Cantidad de Instalaciones | 160 |
Versión Actual | 1.3.5 |
Última Actualización | 2018-01-08 |
Fecha de Publicación | 2018-01-08 |
Calificación | 4.14/5 Total de 7 Calificaciones |
Desarrollador | Techjar |
Tipo de Pago | free |
Idiomas Soportados | 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 } ] } |