Bot de Sorteios - Ganhe sorteios

Automação de comentários

Was ist Bot de Sorteios - Ganhe sorteios?

Bot de Sorteios - Ganhe sorteios ist eine Chrome-Erweiterung, die von BOT DE SORTEIOS entwickelt wurde, und ihr Hauptmerkmal ist "Automação de comentários".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bot de Sorteios - Ganhe sorteios-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bot de Sorteios - Ganhe sorteios-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bot de Sorteios - Ganhe sorteios Bot de Sorteios - Ganhe sorteios
ID bjnpegkfapgbhbigafiadmhajobdhahh
Offizielle URL https://chromewebstore.google.com/detail/bot-de-sorteios-ganhe-sor/bjnpegkfapgbhbigafiadmhajobdhahh
Beschreibung Automação de comentários
Dateigröße 972 KB
Installationsanzahl 2,299
Aktuelle Version 1.0.6
Letztes Update 2024-03-04
Veröffentlichungsdatum 2024-01-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler BOT DE SORTEIOS
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://betaworkz.com/
Hilfeseite URL https://betaworkz.com/support/
URL der Datenschutzrichtlinien-Seite https://betaworkz.com/privacypolicy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}