WAw background changer
Change your web app background using this extension. Either enter a URL or upload you custom picture.
Co to jest WAw background changer?
WAw background changer to rozszerzenie Chrome opracowane przez Yactis, a jego główną funkcją jest „Change your web app background using this extension. Either enter a URL or upload you custom picture.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WAw background changer
Pobierz pliki rozszerzeń WAw background changer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WAw background changer |
ID | eijlcciihanokedpgaoddjoemphhkjlj |
Oficjalny URL | https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj |
Opis | Change your web app background using this extension. Either enter a URL or upload you custom picture. |
Rozmiar pliku | 44.8 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2020-03-29 |
Data Publikacji | 2020-03-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Yactis |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://yactis.nl/privacy-policy.html |
Obsługiwane Języki | 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" } |