Better Webb

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

Τι είναι το Better Webb;

Το Better Webb είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rick, και η κύρια λειτουργία του είναι "Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Better Webb

Λήψη αρχείων επέκτασης Better Webb σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Webb Better Webb
ID kbgjdokhhimgopglbgdddbeaafpofecg
Επίσημο URL https://chromewebstore.google.com/detail/better-webb/kbgjdokhhimgopglbgdddbeaafpofecg
Περιγραφή Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better
Μέγεθος Αρχείου 19.64 KB
Αριθμός Εγκαταστάσεων 19,689
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-05-02
Ημερομηνία Δημοσίευσης 2023-05-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής rick
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://betterwebb.com
Διεύθυνση URL της Σελίδας Βοήθειας https://betterwebb.com/?a=contact
URL της Σελίδας Πολιτικής Απορρήτου https://betterwebb.com?a=privacy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}