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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Better Webb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}