Wix Site Checker

Checks if this page was built in Wix

Wix Site Checker क्या है?

Wix Site Checker https://certifiedcode.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks if this page was built in Wix"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wix Site Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Wix Site Checker Wix Site Checker
ID hbmjpffnedifdkfklecdpbeihapnocpb
आधिकारिक URL https://chromewebstore.google.com/detail/wix-site-checker/hbmjpffnedifdkfklecdpbeihapnocpb
विवरण Checks if this page was built in Wix
फ़ाइल का आकार 8.34 KB
स्थापना संख्या 1,140
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-10-23
प्रकाशन तिथि 2022-02-02
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर https://certifiedcode.us
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.certifiedcode.us/
समर्थित भाषाएँ 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": [
        "*:\/\/*\/*"
    ]
}