Robô do Pix

Robô do Pix

Was ist Robô do Pix?

Robô do Pix ist eine Chrome-Erweiterung, die von infinityagenciamento entwickelt wurde, und ihr Hauptmerkmal ist "Robô do Pix".

Erweiterungsscreenshots

screenshot

Robô do Pix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Robô do Pix-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 de comentários
Extensão que faz o trabalho de comentar automaticamente em fotos de sorteios dentro do Instagram, te poupando tempo de ficar comentando manualmente.                    

Grundlegende Informationen zur Erweiterung

Name Robô do Pix Robô do Pix
ID haaamiofodicfeiilkhadlidpfkhkclc
Offizielle URL https://chrome.google.com/webstore/detail/rob%C3%B4-do-pix/haaamiofodicfeiilkhadlidpfkhkclc
Beschreibung Robô do Pix
Dateigröße 272 KB
Installationsanzahl 464
Aktuelle Version 1.0.0
Letztes Update 2022-01-31
Veröffentlichungsdatum 2022-01-31
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler infinityagenciamento
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://robo-dopix.com/
Hilfeseite URL https://robo-dopix.com/
Unterstützte Sprachen pt-BR
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/bootstrap.min.css",
                "css\/style.css",
                "css\/bangers-font.css",
                "css\/media.css"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/bootstrap.bundle.min.js",
                "js\/jquery.countdown.js",
                "js\/axios.js",
                "index.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/p\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/robo-dopix.com\/;"
    },
    "description": "Rob\u00f4 do Pix",
    "icons": {
        "128": ".\/images\/icon_128.png",
        "16": ".\/images\/icon_16.png",
        "48": ".\/images\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "Rob\u00f4 do Pix",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "data\/*.json",
                "fonts\/*.woff2"
            ]
        }
    ]
}