Wix Site Checker

Checks if this page was built in Wix

Cos'è Wix Site Checker?

Wix Site Checker è un'estensione di Chrome sviluppata da https://certifiedcode.us, e la sua funzione principale è "Checks if this page was built in Wix".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wix Site Checker

Scarica i file di estensione Wix Site Checker 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 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.                    

Informazioni di Base sull'Estensione

Nome Wix Site Checker Wix Site Checker
ID hbmjpffnedifdkfklecdpbeihapnocpb
URL Ufficiale https://chromewebstore.google.com/detail/wix-site-checker/hbmjpffnedifdkfklecdpbeihapnocpb
Descrizione Checks if this page was built in Wix
Dimensione del File 8.34 KB
Conteggio Installazioni 1,140
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-23
Data di Pubblicazione 2022-02-02
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://certifiedcode.us
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.certifiedcode.us/
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}