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
Eメール [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:\/\/*\/*"
    ]
}