Wix Site Checker
Checks if this page was built in Wix
Co to jest Wix Site Checker?
Wix Site Checker to rozszerzenie Chrome opracowane przez https://certifiedcode.us, a jego główną funkcją jest „Checks if this page was built in Wix”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wix Site Checker
Pobierz pliki rozszerzeń Wix Site Checker 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 tells you if a website was built in Wix. The icon is usually grey. Websites built with Wix will turn blue with a green checkmark. The end of inspecting to see if it's made on Wix. You can see a website made in Wix, such as wix.com and editorx.com, displayed in green checkmark, and the rest will show as grey.
Podstawowe informacje o rozszerzeniu
Nazwa | Wix Site Checker |
ID | hbmjpffnedifdkfklecdpbeihapnocpb |
Oficjalny URL | https://chromewebstore.google.com/detail/wix-site-checker/hbmjpffnedifdkfklecdpbeihapnocpb |
Opis | Checks if this page was built in Wix |
Rozmiar pliku | 8.34 KB |
Liczba instalacji | 1,140 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-10-23 |
Data Publikacji | 2022-02-02 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | https://certifiedcode.us |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.certifiedcode.us/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wix Site Checker", "description": "Checks if this page was built in Wix", "version": "1.0", "manifest_version": 3, "icons": { "128": "false.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "false.png" } }, "host_permissions": [ "*:\/\/*\/*" ] } |