Wix Site Checker

Checks if this page was built in Wix

Co je Wix Site Checker?

Wix Site Checker je rozšíření Chrome vyvinuté https://certifiedcode.us, a jeho hlavní funkcí je „Checks if this page was built in Wix“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wix Site Checker

Stáhněte si soubory rozšíření Wix Site Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wix Site Checker Wix Site Checker
ID hbmjpffnedifdkfklecdpbeihapnocpb
Oficiální URL https://chromewebstore.google.com/detail/wix-site-checker/hbmjpffnedifdkfklecdpbeihapnocpb
Popis Checks if this page was built in Wix
Velikost souboru 8.34 KB
Počet instalací 1,140
Aktuální Verze 1.0
Poslední Aktualizace 2022-10-23
Datum Vydání 2022-02-02
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář https://certifiedcode.us
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.certifiedcode.us/
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}