Better Webb

Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better

¿Qué es Better Webb?

Better Webb es una extensión de Chrome desarrollada por rick, y su función principal es "Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Better Webb

Descarga archivos de extensión Better Webb en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Better Webb is a Chrome extension created to help novice or uninformed users browse the internet in a way that allows them to understand it better. With the Better Webb extension, users can benefit from a range of features designed to improve their browsing experience and help them make more informed decisions about their online activities.

The extension also provides a range of helpful tips and resources to help users understand the internet better, such as explanations of common errors and internet based terms, as well as links to relevant articles / knowledge bases to help the user better understand the internet and the errors they come across. 

Better web partners with errors.net, Yahoo.com and other affiliate partners to help users continue their journey online in cases the website they visited provides an NX Domain error.                    

Información Básica de la Extensión

Nombre Better Webb Better Webb
ID kbgjdokhhimgopglbgdddbeaafpofecg
URL Oficial https://chromewebstore.google.com/detail/better-webb/kbgjdokhhimgopglbgdddbeaafpofecg
Descripción Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better
Tamaño del Archivo 19.64 KB
Cantidad de Instalaciones 19,689
Versión Actual 1.0
Última Actualización 2023-05-02
Fecha de Publicación 2023-05-01
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador rick
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://betterwebb.com
URL de la Página de Ayuda https://betterwebb.com/?a=contact
URL de la Página de Política de Privacidad https://betterwebb.com?a=privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Webb",
    "homepage_url": "https:\/\/betterwebb.com",
    "description": "Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}