Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
Cos'è Error Director?
Error Director è un'estensione di Chrome sviluppata da alyssaroberts805, e la sua funzione principale è "Error Director is an easy tool to help you find alternative paths and information on errors.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Error Director
Scarica i file di estensione Error Director in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When the website is no longer active we give you another website close to what your looking for.
Informazioni di Base sull'Estensione
Nome | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
URL Ufficiale | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
Descrizione | Error Director is an easy tool to help you find alternative paths and information on errors. |
Dimensione del File | 13 KB |
Conteggio Installazioni | 90,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-05-30 |
Data di Pubblicazione | 2022-05-30 |
Valutazione | 3.00/5 Totale 10 Valutazioni |
Sviluppatore | alyssaroberts805 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://errordirector.com |
URL della Pagina di Aiuto | https://errordirector.com/?a=about |
URL della Pagina della Politica sulla Privacy | https://errordirector.com?a=privacy |
Lingue Supportate | 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:\/\/*\/*" ] } |