Weezu

Automatize seus ganhos na plataforma Weezu.

Weezuคืออะไร?

Weezu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saulo Felipe และคุณลักษณะหลักของมันคือ "Automatize seus ganhos na plataforma Weezu."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weezu

ดาวน์โหลดไฟล์ส่วนขยาย Weezu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weezu Weezu
ID ahklpdfonmfmfcnkmmlmepifblinbplf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weezu/ahklpdfonmfmfcnkmmlmepifblinbplf
คำอธิบาย Automatize seus ganhos na plataforma Weezu.
ขนาดไฟล์ 247 KB
จำนวนการติดตั้ง 592
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2023-01-16
ผู้พัฒนา Saulo Felipe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weezu.com.br/
URL หน้าช่วยเหลือ https://app.weezu.com.br/app/suporte
URL หน้านโยบายความเป็นส่วนตัว https://saulo-felipe.github.io/chrome-web-store-privacity
ภาษาที่รองรับ 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"
    ]
}