WAw background changer
Change your web app background using this extension. Either enter a URL or upload you custom picture.
Cos'è WAw background changer?
WAw background changer è un'estensione di Chrome sviluppata da Yactis, e la sua funzione principale è "Change your web app background using this extension. Either enter a URL or upload you custom picture.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WAw background changer
Scarica i file di estensione WAw background changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will add a cool new functionality to your web app. By using this extension you are able to set custom backgrounds. Either provide a URL or upload your own custom image from your desktop. WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAw background changer has no relationship to WhatsApp™ or WhatsApp Inc.
Informazioni di Base sull'Estensione
Nome | WAw background changer |
ID | eijlcciihanokedpgaoddjoemphhkjlj |
URL Ufficiale | https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj |
Descrizione | Change your web app background using this extension. Either enter a URL or upload you custom picture. |
Dimensione del File | 44.8 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2020-03-29 |
Data di Pubblicazione | 2020-03-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Yactis |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://yactis.nl/privacy-policy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAw background changer", "description": "Change your web app background using this extension. Either enter a URL or upload you custom picture.", "version": "1.1.3", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "vendor\/jQuery\/jquery-3.2.1.min.js", "js\/content.js" ], "css": [ "css\/custom.css" ] } ], "icons": { "128": "WAw background changer.png" }, "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage", "unlimitedStorage" ], "options_page": "options.html" } |