Robô de Pix

Seja o Ganhador Sempre

Wat is Robô de Pix?

Robô de Pix is een Chrome-extensie ontwikkeld door Robô De Comentários, en de belangrijkste functie is "Seja o Ganhador Sempre".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Robô de Pix

Download Robô de Pix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extensão que faz o trabalho de comentar automaticamente em fotos de sorteios dentro do Instagram, te poupando tempo de ficar comentando manualmente.                    

Basisinformatie over de Extensie

Naam Robô de Pix Robô de Pix
ID onijgpcohbncagohghgohhpomjjicajj
Officiële URL https://chrome.google.com/webstore/detail/rob%C3%B4-de-pix/onijgpcohbncagohghgohhpomjjicajj
Beschrijving Seja o Ganhador Sempre
Bestandsgrootte 755 KB
Aantal Installaties 927
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-02-06
Publicatiedatum 2022-02-06
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Robô De Comentários
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://robodepix.com
Help Pagina-URL https://robodepix.com
URL van de Privacybeleid Pagina https://robodepix.com/politica-de-privacidade
Ondersteunde Talen pt-BR
manifest.json
{
    "name": "Rob\u00f4 de Pix",
    "description": "Seja o Ganhador Sempre",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "128": ".\/images\/icon128.png",
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png"
    },
    "action": [],
    "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\/sweetalert2.js",
                "js\/jquery.countdown.js",
                "index.js",
                "app.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/p\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "data\/*.mp3",
                "data\/*.json",
                "fonts\/*.woff2",
                "js\/*.js"
            ],
            "matches": [
                "",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}