StickerBot
Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in…
StickerBotคืออะไร?
StickerBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cker.app และคุณลักษณะหลักของมันคือ "Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StickerBot
ดาวน์โหลดไฟล์ส่วนขยาย StickerBot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in your Computer (https://web.whatsapp.com/) with your account. 3. Send an Image, Video or Gif to the number +56920181772 and generates a Sticker. 4. You can send the images from WhatsApp Mobile . 🇪🇸Pasos: 1. Instala la extensión. 2. Entra a Whatsapp Web en tu Computadora (https://web.whatsapp.com/) con tu cuenta. 3. Envía una Imagen, Video o Gif al número +56920181772 y te generará el Sticker. 4. Once connected you can also generate from WhatsApp Mobile.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | keekphjldhjibilpdplfliekkfebiklf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stickerbot/keekphjldhjibilpdplfliekkfebiklf |
คำอธิบาย | Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in… |
ขนาดไฟล์ | 10.33 MB |
จำนวนการติดตั้ง | 296 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-02-21 |
วันที่เผยแพร่ | 2021-02-21 |
คะแนน | 1.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://cker.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sti.cker.app |
URL หน้าช่วยเหลือ | https://www.instagram.com/sticker.b0t/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StickerBot", "short_name": "StickerBot", "author": "Esteban Fuentealba", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "vendor\/ffmpeg.min.js", "vendor\/ffmpeg-core.js", "inject.js" ], "run_at": "document_end" } ], "icons": { "16": "favicon-16x16.png", "48": "android-icon-48x48.png", "128": "android-chrome-192x192.png" }, "browser_action": [], "permissions": [ "background", "https:\/\/*.whatsapp.net\/*", "https:\/\/*.whatsapp.com\/*" ], "web_accessible_resources": [ "vendor\/ffmpeg.min.js", "vendor\/ffmpeg-core.js", "vendor\/ffmpeg-core.wasm", "vendor\/ffmpeg-core.worker.js", "vendor\/vips.js", "vendor\/vips.wasm", "vendor\/vips.worker.js", "wapi.js", "stickerbot.js", "analytics.js" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "connect-src 'self' 'unsafe-eval' blob: filesystem: https:\/\/mmg.whatsapp.net https:\/\/web.whatsapp.com https:\/\/www.google-analytics.com; script-src 'self' 'unsafe-eval' blob: filesystem: https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'" } |