Error Director

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

Wat is Error Director?

Error Director is een Chrome-extensie ontwikkeld door https://knowyourerrors.com, en de belangrijkste functie is "Error Director helps users online by directing them to live sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Error Director

Download Error Director-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Error Director Error Director
ID jehnhjckmpkokbcaifiikhhdoeapgnhh
Officiële URL https://chromewebstore.google.com/detail/error-director/jehnhjckmpkokbcaifiikhhdoeapgnhh
Beschrijving Error Director helps users online by directing them to live sites.
Bestandsgrootte 11.21 KB
Aantal Installaties 3,808
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-01
Publicatiedatum 2023-12-01
Ontwikkelaar https://knowyourerrors.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://errordirector.org
Help Pagina-URL https://errordirector.org/?=about
URL van de Privacybeleid Pagina https://errordirector.org?a=privacy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}