wapp sender
wapp sender sender is bot helps you Sending multiple messages from a single user at a time
wapp senderคืออะไร?
wapp sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cloud Extractors และคุณลักษณะหลักของมันคือ "wapp sender sender is bot helps you Sending multiple messages from a single user at a time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wapp sender
ดาวน์โหลดไฟล์ส่วนขยาย wapp sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ipbcpiafpjpmhpadkldioodcaedfnehm |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wapp-sender/ipbcpiafpjpmhpadkldioodcaedfnehm |
| คำอธิบาย | wapp sender sender is bot helps you Sending multiple messages from a single user at a time |
| ขนาดไฟล์ | 2.08 MB |
| จำนวนการติดตั้ง | 600 |
| เวอร์ชันปัจจุบัน | 1.1.3 |
| อัปเดตครั้งล่าสุด | 2021-03-06 |
| วันที่เผยแพร่ | 2021-01-22 |
| คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Cloud Extractors |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://cloudextractors.com/privacyPolicy.php |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "wapp sender",
"version": "1.1.3",
"description": "wapp sender sender is bot helps you Sending multiple messages from a single user at a time",
"permissions": [
"activeTab",
"downloads",
"notifications",
"tabs",
"storage",
"https:\/\/gooserp.com\/api\/User\/login.php"
],
"browser_action": {
"default_icon": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"default_title": "Wapp Sender"
},
"icons": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"libs\/jquery-3.1.1.min.js",
"js\/consts.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"libs\/jquery-3.1.1.min.js",
"contentscript\/content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"images\/*"
],
"manifest_version": 2
} | |