Better Webb

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

Cos'è Better Webb?

Better Webb è un'estensione di Chrome sviluppata da rick, e la sua funzione principale è "Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better Webb

Scarica i file di estensione Better Webb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better Webb Better Webb
ID kbgjdokhhimgopglbgdddbeaafpofecg
URL Ufficiale https://chromewebstore.google.com/detail/better-webb/kbgjdokhhimgopglbgdddbeaafpofecg
Descrizione Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better
Dimensione del File 19.64 KB
Conteggio Installazioni 19,689
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-02
Data di Pubblicazione 2023-05-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore rick
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://betterwebb.com
URL della Pagina di Aiuto https://betterwebb.com/?a=contact
URL della Pagina della Politica sulla Privacy https://betterwebb.com?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}