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