Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
What is Errors.net official extension?
Errors.net official extension is a Chrome extension developed by https://errors.net, and its main feature is "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Extension Screenshots
Download Errors.net official extension Extension CRX File
Download Errors.net official extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Errors.net official extension |
ID | clgfnfmnfijeennnadfnmfdcemmigaci |
Official URL | https://chromewebstore.google.com/detail/errorsnet-official-extens/clgfnfmnfijeennnadfnmfdcemmigaci |
Description | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
File Size | 17.35 KB |
Installation Count | 72,502 |
Current Version | 3.0 |
Last Updated | 2023-05-03 |
Publish Date | 2023-05-02 |
Rating | 4.44/5 Total 9 Ratings |
Developer | https://errors.net |
[email protected] | |
Payment Type | free |
Extension Website | https://errors.net |
Help Page URL | https://errors.net |
Privacy Policy Page URL | https://errors.net/privacy-policy |
Supported Languages | 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:\/\/*\/*" ] } |