Weezu

Automatize seus ganhos na plataforma Weezu.

What is Weezu?

Weezu is a Chrome extension developed by Saulo Felipe, and its main feature is "Automatize seus ganhos na plataforma Weezu.".

Extension Screenshots

screenshot
screenshot

Download Weezu Extension CRX File

Download Weezu 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

                        Curta e Siga de forma automática com a utilização dessa extensão na plataforma Weezu. Edite e configure seus limites e metas de ações.

Funcionalidades:
  - Realiza ações de forma automática (Seguir e Curtir)
  - Defina um limite de ações ou uma meta de tempo
  - Tempo entre cada tarefa
  - Detecta bloqueio


Esta extensão não coleta nenhum dado de usuário.                    

Extension Basic Information

Name Weezu Weezu
ID ahklpdfonmfmfcnkmmlmepifblinbplf
Official URL https://chromewebstore.google.com/detail/weezu/ahklpdfonmfmfcnkmmlmepifblinbplf
Description Automatize seus ganhos na plataforma Weezu.
File Size 247 KB
Installation Count 592
Current Version 0.0.9
Last Updated 2023-07-20
Publish Date 2023-01-16
Developer Saulo Felipe
Email [email protected]
Payment Type free
Extension Website https://weezu.com.br/
Help Page URL https://app.weezu.com.br/app/suporte
Privacy Policy Page URL https://saulo-felipe.github.io/chrome-web-store-privacity
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Weezu",
    "description": "Automatize seus ganhos na plataforma Weezu.",
    "version": "0.0.9",
    "author": "[email protected]",
    "icons": {
        "48": "images\/favicon.png",
        "128": "images\/notification-icon.png"
    },
    "action": {
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/instagram.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                ".\/scripts\/weezu.js"
            ],
            "matches": [
                "https:\/\/*.weezu.com.br\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": ".\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ]
}