Weezu
Automatize seus ganhos na plataforma Weezu.
什么是Weezu?
Weezu是由Saulo Felipe开发的Chrome扩展程序,该扩展的主要功能是“Automatize seus ganhos na plataforma Weezu.”。
扩展截图
下载Weezu扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |