Weezu
Automatize seus ganhos na plataforma Weezu.
Co to jest Weezu?
Weezu to rozszerzenie Chrome opracowane przez Saulo Felipe, a jego główną funkcją jest „Automatize seus ganhos na plataforma Weezu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weezu
Pobierz pliki rozszerzeń Weezu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Weezu |
ID | ahklpdfonmfmfcnkmmlmepifblinbplf |
Oficjalny URL | https://chromewebstore.google.com/detail/weezu/ahklpdfonmfmfcnkmmlmepifblinbplf |
Opis | Automatize seus ganhos na plataforma Weezu. |
Rozmiar pliku | 247 KB |
Liczba instalacji | 592 |
Aktualna Wersja | 0.0.9 |
Ostatnia Aktualizacja | 2023-07-20 |
Data Publikacji | 2023-01-16 |
Deweloper | Saulo Felipe |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://weezu.com.br/ |
Adres URL Strony Pomocy | https://app.weezu.com.br/app/suporte |
Adres URL Strony Polityki Prywatności | https://saulo-felipe.github.io/chrome-web-store-privacity |
Obsługiwane Języki | 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" ] } |