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