Bot de Sorteios - Ganhe sorteios

Automação de comentários

Bot de Sorteios - Ganhe sorteiosคืออะไร?

Bot de Sorteios - Ganhe sorteios เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BOT DE SORTEIOS และคุณลักษณะหลักของมันคือ "Automação de comentários"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bot de Sorteios - Ganhe sorteios

ดาวน์โหลดไฟล์ส่วนขยาย Bot de Sorteios - Ganhe sorteios ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automação para comentários em sorteios ou atrair clientes.
Crie listas com seguidores/seguindo para comentar.

Listas já inclusas
· Lista de @ para marcar/mencionar
· Lista de nomes de cidades estados
· Lista com nomes de frutas
· Lista com frases genéricas
· Lista de emojis
· Crie sua própria lista personalizada de texto ou @.

Configure intervalos entre os comentários, pausas, paradas, troca de conta automática entre diversas outras funções.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bot de Sorteios - Ganhe sorteios Bot de Sorteios - Ganhe sorteios
ID bjnpegkfapgbhbigafiadmhajobdhahh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bot-de-sorteios-ganhe-sor/bjnpegkfapgbhbigafiadmhajobdhahh
คำอธิบาย Automação de comentários
ขนาดไฟล์ 972 KB
จำนวนการติดตั้ง 2,299
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2024-01-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา BOT DE SORTEIOS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://betaworkz.com/
URL หน้าช่วยเหลือ https://betaworkz.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://betaworkz.com/privacypolicy
ภาษาที่รองรับ pt-BR
manifest.json
{
    "short_name": "Bot de Sorteios",
    "name": "Bot de Sorteios - Ganhe sorteios",
    "version": "1.0.6",
    "description": "Automa\u00e7\u00e3o de coment\u00e1rios",
    "manifest_version": 3,
    "homepage_url": "https:\/\/botsorteios.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.botsorteios.com\/painel\/*"
            ],
            "js": [
                "requeriments\/jquery.min.3.6.0.js",
                "requeriments\/jquery.countdown.js",
                "requeriments\/crypto-js.min.js",
                "requeriments\/app.js"
            ],
            "css": [
                "requeriments\/bootstrap.min.css",
                "requeriments\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "***"
            ],
            "matches": [
                ""
            ]
        }
    ]
}