Error Director

Error Director helps users online by directing them to live sites.

Error Directorとは何ですか?

Error Directorはhttps://knowyourerrors.comによって開発されたChromeの拡張機能で、その主な機能は「Error Director helps users online by directing them to live sites.」です。

拡張機能のスクリーンショット

screenshot

Error Director拡張機能のCRXファイルをダウンロード

Error Director拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ErrorDirector is your go-to solution for stress-free browsing! When errors pop up, we don't just redirect you; we guide you to an educational error page, explaining the issue simply. Plus, we've partnered with affiliates like Bing and Yahoo to ensure you easily continue your online journey. No dead ends, just smooth browsing. Download ErrorDirector now and effortlessly find what you're looking for!                    

拡張機能の基本情報

名前 Error Director Error Director
ID jehnhjckmpkokbcaifiikhhdoeapgnhh
公式URL https://chromewebstore.google.com/detail/error-director/jehnhjckmpkokbcaifiikhhdoeapgnhh
説明 Error Director helps users online by directing them to live sites.
ファイルサイズ 11.21 KB
インストール数 3,808
現在のバージョン 2.0
最終更新日 2023-12-01
公開日 2023-12-01
開発者 https://knowyourerrors.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://errordirector.org
ヘルプページのURL https://errordirector.org/?=about
プライバシーポリシーページのURL https://errordirector.org?a=privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Error Director",
    "homepage_url": "https:\/\/errordirector.org",
    "description": "Error Director helps users online by directing them to live sites.",
    "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"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}