Error Director

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

Error Directorคืออะไร?

Error Director เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://knowyourerrors.com และคุณลักษณะหลักของมันคือ "Error Director helps users online by directing them to live sites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Error Director

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}