Wix Site Checker

Checks if this page was built in Wix

ما هو Wix Site Checker؟

Wix Site Checker هو إضافة Chrome تم تطويرها بواسطة https://certifiedcode.us، والميزة الرئيسية لها هي "Checks if this page was built in Wix".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wix Site Checker

قم بتنزيل ملفات الامتداد Wix Site Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [
        "*:\/\/*\/*"
    ]
}