Error Director

Error Director is an easy tool to help you find alternative paths and information on errors.

Qu'est-ce que Error Director ?

Error Director est une extension Chrome développée par alyssaroberts805, et sa fonction principale est "Error Director is an easy tool to help you find alternative paths and information on errors.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Error Director

Téléchargez les fichiers d'extension Error Director au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When the website is no longer active we give you another website  close to what your looking for.                    

Informations de Base sur l'Extension

Nom Error Director Error Director
ID jfaiphgcmhghjjpoiieniajcimnbbafm
URL Officiel https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm
Description Error Director is an easy tool to help you find alternative paths and information on errors.
Taille du Fichier 13 KB
Nombre d'Installations 90,000
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-30
Date de Publication 2022-05-30
Évaluation 3.00/5 Total 10 Évaluations
Développeur alyssaroberts805
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://errordirector.com
URL de la Page d'Aide https://errordirector.com/?a=about
URL de la Page de Politique de Confidentialité https://errordirector.com?a=privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "alyssa roberts",
    "name": "Error Director ",
    "short_name": "Error Director ",
    "homepage_url": "https:\/\/errordirector.com",
    "description": "Error Director is an easy tool to help you find alternative paths and information on errors.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}