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
官方網址 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:\/\/*\/*"
    ]
}