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”。
扩展截图
下载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 |
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": [ "*:\/\/*\/*" ] } |