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
Eメール [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:\/\/*\/*"
    ]
}