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 http://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

screenshot

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

                        Server and DNS errors are boring. Errors.net takes internet errors and turns them into beautiful webpages that are full of useful information, relevant offers, and an easy to use search bar (search results provided by Yahoo!). Add the official Errors.net extension today and you won't have to look at a boring internet error page ever again.

New with version 2.0 we are displaying page load times, performance metrics and site unavailability data.  This is used to display geo-data on a live map on errors.net showing network and website errors by region.                    

Extension Basic Information

Name Errors.net official extension Errors.net official extension
ID ijmiidfenfofcafblkimipaiapnhjeme
Official URL https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme
Description The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
File Size 25.67 KB
Installation Count 395,828
Current Version 2.0
Last Updated 2023-03-13
Publish Date 2022-06-15
Rating 3.50/5 Total 22 Ratings
Developer http://errors.net
Email [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": "2.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:\/\/*\/*"
    ]
}