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 là gì?
Better Webb là một tiện ích mở rộng Chrome được phát triển bởi rick, và tính năng chính của nó là "Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Webb
Tải xuống các tệp mở rộng Better Webb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Webb |
ID | kbgjdokhhimgopglbgdddbeaafpofecg |
URL Chính Thức | https://chromewebstore.google.com/detail/better-webb/kbgjdokhhimgopglbgdddbeaafpofecg |
Mô tả | Better Webb is created for novice or uninformed users browse the internet in a way that allows them to understand it better |
Kích Thước Tệp | 19.64 KB |
Số Lần Cài Đặt | 19,689 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2023-05-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rick |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://betterwebb.com |
URL Trang Trợ Giúp | https://betterwebb.com/?a=contact |
URL Trang Chính Sách Bảo Mật | https://betterwebb.com?a=privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |