Weezu
Automatize seus ganhos na plataforma Weezu.
Weezu là gì?
Weezu là một tiện ích mở rộng Chrome được phát triển bởi Saulo Felipe, và tính năng chính của nó là "Automatize seus ganhos na plataforma Weezu.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weezu
Tải xuống các tệp mở rộng Weezu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weezu |
ID | ahklpdfonmfmfcnkmmlmepifblinbplf |
URL Chính Thức | https://chromewebstore.google.com/detail/weezu/ahklpdfonmfmfcnkmmlmepifblinbplf |
Mô tả | Automatize seus ganhos na plataforma Weezu. |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 592 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-07-20 |
Ngày Phát Hành | 2023-01-16 |
Nhà Phát Triển | Saulo Felipe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://weezu.com.br/ |
URL Trang Trợ Giúp | https://app.weezu.com.br/app/suporte |
URL Trang Chính Sách Bảo Mật | https://saulo-felipe.github.io/chrome-web-store-privacity |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |