Robô de Pix

Seja o Ganhador Sempre

What is Robô de Pix?

Robô de Pix is a Chrome extension developed by Robô De Comentários, and its main feature is "Seja o Ganhador Sempre".

Extension Screenshots

screenshot

Download Robô de Pix Extension CRX File

Download Robô de Pix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Robô de Pix Robô de Pix
ID onijgpcohbncagohghgohhpomjjicajj
Official URL https://chrome.google.com/webstore/detail/rob%C3%B4-de-pix/onijgpcohbncagohghgohhpomjjicajj
Description Seja o Ganhador Sempre
File Size 755 KB
Installation Count 927
Current Version 1.0.0
Last Updated 2022-02-06
Publish Date 2022-02-06
Rating 2.33/5 Total 3 Ratings
Developer Robô De Comentários
Email [email protected]
Payment Type free
Extension Website https://robodepix.com
Help Page URL https://robodepix.com
Privacy Policy Page URL https://robodepix.com/politica-de-privacidade
Supported Languages 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": []
        }
    ]
}