WhatWeb Plus
WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
WhatWeb Plusคืออะไร?
WhatWeb Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aironlabs.com และคุณลักษณะหลักของมันคือ "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatWeb Plus
ดาวน์โหลดไฟล์ส่วนขยาย WhatWeb Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WhatWeb Plus is an unofficial tool for WhatsApp Web. Download the Android app, WhatWeb Plus, from the Play Store, https://play.google.com/store/apps/details?id=com.aironlabs.whatwebplus , then go to https://web.whatsapp.com and start receiving online / offline notifications from PC to your smartphone. It is easy to setup and free to use for up to two numbers. Try it now! WhatsApp and their logos are trademarks of WhatsApp © 2019. All rights reserved. WhatWeb Plus is not affiliated with WhatsApp. The copyright for WhatsApp and all associated names is held by WhatsApp. WhatWeb Plus is an unofficial tool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WhatWeb Plus |
ID | kgflicojnojlmdocnkhnhkpbkadmpglh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh |
คำอธิบาย | WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 8,420 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2021-07-21 |
วันที่เผยแพร่ | 2020-04-29 |
คะแนน | 4.14/5 รวมทั้งหมด 51 คะแนน |
ผู้พัฒนา | https://aironlabs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.aironlabs.com/whatwebplus/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatWeb Plus", "version": "1.1.8", "description": "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password", "web_accessible_resources": [ "*.js", "*.css", "*.html", "*.png" ], "permissions": [ "notifications", "*:\/\/*.whatsapp.com\/*" ], "content_security_policy": "script-src object-src 'self' https:\/\/apis.google.com\/", "icons": { "48": "sample-48.png", "128": "sample-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "pagestyle.css" ], "js": [ "jquery-3.3.1.min.js", "firebase-app.js", "firebase-auth.js", "contentscript.js" ], "run_at": "document_start" } ] } |