WhatsApp join to full group
When the group is full, Trying to join again every 15 minutes
WhatsApp join to full groupคืออะไร?
WhatsApp join to full group เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoel301 และคุณลักษณะหลักของมันคือ "When the group is full, Trying to join again every 15 minutes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp join to full group
ดาวน์โหลดไฟล์ส่วนขยาย WhatsApp join to full group ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You want to join the WhatsApp group But she it full This extension will help you get into the group effortlessly Just enter the group invitation address The extension will check for you every 15 minutes if you can join the group When there is a place you will receive a notification that you were able to enter
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aalnhgolpbnnopmfbchloglegighlfed |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed |
คำอธิบาย | When the group is full, Trying to join again every 15 minutes |
ขนาดไฟล์ | 29.71 KB |
จำนวนการติดตั้ง | 368 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-01-04 |
วันที่เผยแพร่ | 2020-12-29 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | yoel301 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp join to full group", "description": "When the group is full, Trying to join again every 15 minutes", "version": "1.2", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icons\/group-task.png" }, "permissions": [ "alarms", "tabs", "activeTab", "storage", "activeTab", "notifications", "https:\/\/chat.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/chat.whatsapp.com\/*" ], "js": [ "assets\/js\/contact-script.js" ], "all_frames": true } ] } |