Wix Site Checker

Checks if this page was built in Wix

Wix Site Checkerとは何ですか?

Wix Site Checkerはhttps://certifiedcode.usによって開発されたChromeの拡張機能で、その主な機能は「Checks if this page was built in Wix」です。

拡張機能のスクリーンショット

screenshot

Wix Site Checker拡張機能のCRXファイルをダウンロード

Wix Site Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}