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 |
公式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 |
Eメール | [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 } ] } |