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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wix Site Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ "*:\/\/*\/*" ] } |