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是由yoel301開發的Chrome擴展程式,該擴展的主要功能是“When the group is full, Trying to join again every 15 minutes”。
擴展截圖
下載WhatsApp join to full group擴展crx文件
下載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 |
官方網址 | 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 } ] } |