Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Errors.net official extension là gì?
Errors.net official extension là một tiện ích mở rộng Chrome được phát triển bởi https://errors.net, và tính năng chính của nó là "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Ả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 Errors.net official extension
Tải xuống các tệp mở rộng Errors.net official extension 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
Errors.net is a Google Chrome extension that transforms mundane server and DNS errors into visually stunning web pages that offer valuable information, pertinent promotions, and a user-friendly search bar with Yahoo! powered results. With the official Errors.net extension installed, you can bid farewell to dull internet error pages forever. To support our free service, we monetize the extension using affiliate links and search feeds, allowing us to continue offering these helpful features to our users. In version 3.0, we have added exciting features such as page load times, performance metrics, and site unavailability data. We store and use this data to generate geo-data, which we display on a live map on errors.net, showcasing network and website errors by region. Please visit and review our current Privacy and Terms pages at errors.net
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Errors.net official extension |
ID | clgfnfmnfijeennnadfnmfdcemmigaci |
URL Chính Thức | https://chromewebstore.google.com/detail/errorsnet-official-extens/clgfnfmnfijeennnadfnmfdcemmigaci |
Mô tả | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Kích Thước Tệp | 17.35 KB |
Số Lần Cài Đặt | 72,502 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2023-05-03 |
Ngày Phát Hành | 2023-05-02 |
Đánh Giá | 4.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://errors.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://errors.net |
URL Trang Trợ Giúp | https://errors.net |
URL Trang Chính Sách Bảo Mật | https://errors.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Errors.net official extension", "homepage_url": "https:\/\/errors.net", "description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.", "version": "3.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:\/\/*\/*" ] } |