Browse Next
Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Browse Next là gì?
Browse Next là một tiện ích mở rộng Chrome được phát triển bởi Phillip Norton, và tính năng chính của nó là "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.".
Ả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 Browse Next
Tải xuống các tệp mở rộng Browse Next 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
Introducing Browse Next, your go-to Chrome extension for unraveling the mysteries of the internet! This user-friendly tool is designed to demystify everyday error codes, offer insights into website performance across various platforms, and provide a seamless browsing experience. When faced with an error page, easily navigate to similar websites or products using our convenient search bar, powered by affiliate partners such as Yahoo, Bing, and errors.net. Enhance your internet exploration!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Browse Next |
ID | copdjcgkhmclllognmgnbcgcomhaigkc |
URL Chính Thức | https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc |
Mô tả | Browse Next is a simple and easy to use ext that assists you with learning more about common errors online. |
Kích Thước Tệp | 9.79 KB |
Số Lần Cài Đặt | 943 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-12-18 |
Ngày Phát Hành | 2023-12-18 |
Nhà Phát Triển | Phillip Norton |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsenext.net |
URL Trang Trợ Giúp | https://browsenext.net/?a=about |
URL Trang Chính Sách Bảo Mật | https://browsenext.net?a=privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Next", "homepage_url": "https:\/\/browsenext.net", "description": "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.", "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" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |