WhatsApp Web - Background Changer
Change the chat background on the WhatsApp Web Interface.
¿Qué es WhatsApp Web - Background Changer?
WhatsApp Web - Background Changer es una extensión de Chrome desarrollada por http://rastercrow.me, y su función principal es "Change the chat background on the WhatsApp Web Interface.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WhatsApp Web - Background Changer
Descarga archivos de extensión WhatsApp Web - Background Changer 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
NEW UPDATE 1.2 : Added custom default images. WhatsApp Web - Background Changer lets you change the current chat background to a custom one. You simply need to add an URL to the background image you want and it's done! PRIVACY The extension doesn't save any data from the user, Chrome or WhatsApp Web. It also only runs when there is a tab with WhatsApp Web active. LEGAL WhatsApp™ is a trademark of WhatsApp Inc. This is an independent project developed by RasterCrow and has no relationship to WhatsApp™ or WhatsApp Inc. Source Code available here : github.com/RasterCrow/WhatsappWeb-BackgroundChanger
Información Básica de la Extensión
Nombre | |
ID | inhinhfkmafbnibcooclidbjhagfoaoj |
URL Oficial | https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj |
Descripción | Change the chat background on the WhatsApp Web Interface. |
Tamaño del Archivo | 54.84 KB |
Cantidad de Instalaciones | 989 |
Versión Actual | 1.4 |
Última Actualización | 2021-07-09 |
Fecha de Publicación | 2020-10-18 |
Calificación | 2.71/5 Total de 7 Calificaciones |
Desarrollador | http://rastercrow.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
URL de la Página de Ayuda | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
Idiomas Soportados | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "en", "version": "1.4", "description": "__MSG_appDesc__", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "libraries\/jquery.js", "libraries\/arrive.js", "setBackground.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |