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…”。

擴展截圖

screenshot
screenshot

下載StickerBot擴展crx文件

下載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.                    

擴展基本資訊

名稱 StickerBot StickerBot
ID keekphjldhjibilpdplfliekkfebiklf
官方網址 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'"
}