Woffu
Woffu Web Extension
什么是Woffu?
Woffu是由Woffu开发的Chrome扩展程序,该扩展的主要功能是“Woffu Web Extension”。
扩展截图
下载Woffu扩展crx文件
下载Woffu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ficha en un click, sin necesidad de acceder a Woffu. Gestiona tus entradas y salidas sin cambiar de contexto ni abrir una nueva pestaña del navegador.
扩展基本信息
名称 | Woffu |
ID | aacfgkcegpbinhmabgebljdfknopmjoo |
官方URL | https://chromewebstore.google.com/detail/woffu/aacfgkcegpbinhmabgebljdfknopmjoo |
简介 | Woffu Web Extension |
文件大小 | 3.21 MB |
安装次数 | 6,905 |
当前版本 | 1.1.0 |
更新时间 | 2023-01-11 |
上架时间 | 2022-11-23 |
评分 | 5.00/5 共4次评分 |
开发者 | Woffu |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://woffu.com |
帮助页面URL | https://woffu.force.com/ |
隐私政策页面URL | https://woffu.com/es/politica-de-privacidad |
支持的语言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Woffu", "version": "1.1.0", "description": "Woffu Web Extension", "action": { "default_icon": ".\/assets\/icon.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon.png", "32": ".\/assets\/icon.png", "48": ".\/assets\/icon.png", "128": ".\/assets\/icon.png" }, "permissions": [ "geolocation" ], "host_permissions": [ "https:\/\/*.woffu.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.woffu.com\/" ], "js": [ ".\/dist\/content-scripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/content-scripts\/style.css" ], "matches": [ "https:\/\/*\/*" ] } ] } |