Woffu

Woffu Web Extension

Wat is Woffu?

Woffu is een Chrome-extensie ontwikkeld door Woffu, en de belangrijkste functie is "Woffu Web Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Woffu

Download Woffu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Woffu Woffu
ID aacfgkcegpbinhmabgebljdfknopmjoo
Officiële URL https://chromewebstore.google.com/detail/woffu/aacfgkcegpbinhmabgebljdfknopmjoo
Beschrijving Woffu Web Extension
Bestandsgrootte 3.21 MB
Aantal Installaties 6,905
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2022-11-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Woffu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://woffu.com
Help Pagina-URL https://woffu.force.com/
URL van de Privacybeleid Pagina https://woffu.com/es/politica-de-privacidad
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}