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?

Errors.net official extension是由https://errors.net开发的Chrome扩展程序,该扩展的主要功能是“The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.”。

扩展截图

screenshot

下载Errors.net official extension扩展crx文件

下载Errors.net official extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Errors.net official extension Errors.net official extension
ID clgfnfmnfijeennnadfnmfdcemmigaci
官方URL https://chromewebstore.google.com/detail/errorsnet-official-extens/clgfnfmnfijeennnadfnmfdcemmigaci
简介 The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
文件大小 17.35 KB
安装次数 72,502
当前版本 3.0
更新时间 2023-05-03
上架时间 2023-05-02
评分 4.44/5 共9次评分
开发者 https://errors.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://errors.net
帮助页面URL https://errors.net
隐私政策页面URL https://errors.net/privacy-policy
支持的语言 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:\/\/*\/*"
    ]
}