Weezu
Automatize seus ganhos na plataforma Weezu.
Weezu란 무엇입니까?
Weezu은(는) Saulo Felipe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatize seus ganhos na plataforma Weezu."입니다.
확장 프로그램 스크린샷
Weezu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |