StickerBot
Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in…
StickerBot란 무엇입니까?
StickerBot은(는) http://cker.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to Generate Stickers and Animated Stickers on WhatsApp. 🇺🇸Steps: 1. Install the extension. 2. Enter Whatsapp Web in…"입니다.
확장 프로그램 스크린샷
StickerBot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |