Woffu
Woffu Web Extension
Vad är Woffu?
Woffu är en Chrome-tillägg utvecklad av Woffu, och dess huvudfunktion är "Woffu Web Extension".
Tilläggsskärmbilder
Ladda ner Woffu-förlängningens CRX-fil
Ladda ner Woffu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | aacfgkcegpbinhmabgebljdfknopmjoo |
| Officiell webbadress | https://chromewebstore.google.com/detail/woffu/aacfgkcegpbinhmabgebljdfknopmjoo |
| Beskrivning | Woffu Web Extension |
| Filstorlek | 3.21 MB |
| Antal Installationer | 6,905 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2023-01-11 |
| Publiceringsdatum | 2022-11-23 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Woffu |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://woffu.com |
| Hjälpsida URL | https://woffu.force.com/ |
| URL till Sekretesspolicy Sidan | https://woffu.com/es/politica-de-privacidad |
| Stödda Språk | 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:\/\/*\/*"
]
}
]
} | |