WhatsApp Web - Background Changer
Change the chat background on the WhatsApp Web Interface.
Was ist WhatsApp Web - Background Changer?
WhatsApp Web - Background Changer ist eine Chrome-Erweiterung, die von http://rastercrow.me entwickelt wurde, und ihr Hauptmerkmal ist "Change the chat background on the WhatsApp Web Interface.".
Erweiterungsscreenshots
WhatsApp Web - Background Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Web - Background Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | inhinhfkmafbnibcooclidbjhagfoaoj |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj |
Beschreibung | Change the chat background on the WhatsApp Web Interface. |
Dateigröße | 54.84 KB |
Installationsanzahl | 989 |
Aktuelle Version | 1.4 |
Letztes Update | 2021-07-09 |
Veröffentlichungsdatum | 2020-10-18 |
Bewertung | 2.71/5 Insgesamt 7 Bewertungen |
Entwickler | http://rastercrow.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
Hilfeseite URL | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
Unterstützte Sprachen | 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 } |