Better Webb

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

Co je Better Webb?

Better Webb je rozšíření Chrome vyvinuté rick, a jeho hlavní funkcí je „Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Webb

Stáhněte si soubory rozšíření Better Webb ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Better Webb Better Webb
ID kbgjdokhhimgopglbgdddbeaafpofecg
Oficiální URL https://chromewebstore.google.com/detail/better-webb/kbgjdokhhimgopglbgdddbeaafpofecg
Popis Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better
Velikost souboru 19.64 KB
Počet instalací 19,689
Aktuální Verze 1.0
Poslední Aktualizace 2023-05-02
Datum Vydání 2023-05-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář rick
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://betterwebb.com
URL Stránky Nápovědy https://betterwebb.com/?a=contact
URL Stránky Zásad Ochrany Soukromí https://betterwebb.com?a=privacy
Podporované Jazyky 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:\/\/*\/*"
    ]
}