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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } ] } |