Weezu
Automatize seus ganhos na plataforma Weezu.
Was ist Weezu?
Weezu ist eine Chrome-Erweiterung, die von Saulo Felipe entwickelt wurde, und ihr Hauptmerkmal ist "Automatize seus ganhos na plataforma Weezu.".
Erweiterungsscreenshots
Weezu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weezu-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ahklpdfonmfmfcnkmmlmepifblinbplf |
| Offizielle URL | https://chromewebstore.google.com/detail/weezu/ahklpdfonmfmfcnkmmlmepifblinbplf |
| Beschreibung | Automatize seus ganhos na plataforma Weezu. |
| Dateigröße | 247 KB |
| Installationsanzahl | 592 |
| Aktuelle Version | 0.0.9 |
| Letztes Update | 2023-07-20 |
| Veröffentlichungsdatum | 2023-01-16 |
| Entwickler | Saulo Felipe |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://weezu.com.br/ |
| Hilfeseite URL | https://app.weezu.com.br/app/suporte |
| URL der Datenschutzrichtlinien-Seite | https://saulo-felipe.github.io/chrome-web-store-privacity |
| Unterstützte Sprachen | 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"
]
} | |