Fix Error Direct

Instantly fix errors caused by broken websites

Cos'è Fix Error Direct?

Fix Error Direct è un'estensione di Chrome sviluppata da Eugene Treko, e la sua funzione principale è "Instantly fix errors caused by broken websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fix Error Direct

Scarica i file di estensione Fix Error Direct 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 you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away.                    

Informazioni di Base sull'Estensione

Nome Fix Error Direct Fix Error Direct
ID ifjkhdhdmhphkcmobpkcnnanpckcdgoj
URL Ufficiale https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj
Descrizione Instantly fix errors caused by broken websites
Dimensione del File 13.06 KB
Conteggio Installazioni 20,000
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-05-17
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Eugene Treko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fixerrordirect.com/
URL della Pagina di Aiuto https://fixerrordirect.com/?a=privacy
URL della Pagina della Politica sulla Privacy https://newpagefinder.com?a=privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Marek M",
    "name": "Fix Error Direct",
    "short_name": "Fix Error Direct",
    "homepage_url": "https:\/\/fixerrordirect.com\/",
    "description": "Instantly fix errors caused by broken websites",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}