Woffu
Woffu Web Extension
What is Woffu?
Woffu is a Chrome extension developed by Woffu, and its main feature is "Woffu Web Extension".
Extension Screenshots
Download Woffu Extension CRX File
Download Woffu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Woffu |
ID | aacfgkcegpbinhmabgebljdfknopmjoo |
Official URL | https://chromewebstore.google.com/detail/woffu/aacfgkcegpbinhmabgebljdfknopmjoo |
Description | Woffu Web Extension |
File Size | 3.21 MB |
Installation Count | 6,905 |
Current Version | 1.1.0 |
Last Updated | 2023-01-11 |
Publish Date | 2022-11-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Woffu |
[email protected] | |
Payment Type | free |
Extension Website | https://woffu.com |
Help Page URL | https://woffu.force.com/ |
Privacy Policy Page URL | https://woffu.com/es/politica-de-privacidad |
Supported Languages | 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:\/\/*\/*" ] } ] } |