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开发的Chrome扩展程序,该扩展的主要功能是“Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better”。

扩展截图

screenshot

下载Better Webb扩展crx文件

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