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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } ] } |