Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
Was ist Error Director?
Error Director ist eine Chrome-Erweiterung, die von alyssaroberts805 entwickelt wurde, und ihr Hauptmerkmal ist "Error Director is an easy tool to help you find alternative paths and information on errors.".
Erweiterungsscreenshots
Error Director-Erweiterungs-CRX-Datei herunterladen
Laden Sie Error Director-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
When the website is no longer active we give you another website close to what your looking for.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
Offizielle URL | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
Beschreibung | Error Director is an easy tool to help you find alternative paths and information on errors. |
Dateigröße | 13 KB |
Installationsanzahl | 90,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-05-30 |
Veröffentlichungsdatum | 2022-05-30 |
Bewertung | 3.00/5 Insgesamt 10 Bewertungen |
Entwickler | alyssaroberts805 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://errordirector.com |
Hilfeseite URL | https://errordirector.com/?a=about |
URL der Datenschutzrichtlinien-Seite | https://errordirector.com?a=privacy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |