Errors.net official extension

The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.

Cos'è Errors.net official extension?

Errors.net official extension è un'estensione di Chrome sviluppata da https://errors.net, e la sua funzione principale è "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Errors.net official extension

Scarica i file di estensione Errors.net official extension 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

                        Errors.net is a Google Chrome extension that transforms mundane server and DNS errors into visually stunning web pages that offer valuable information, pertinent promotions, and a user-friendly search bar with Yahoo! powered results. With the official Errors.net extension installed, you can bid farewell to dull internet error pages forever. To support our free service, we monetize the extension using affiliate links and search feeds, allowing us to continue offering these helpful features to our users.

In version 3.0, we have added exciting features such as page load times, performance metrics, and site unavailability data. We store and use this data to generate geo-data, which we display on a live map on errors.net, showcasing network and website errors by region.

Please visit and review our current Privacy and Terms pages at errors.net                    

Informazioni di Base sull'Estensione

Nome Errors.net official extension Errors.net official extension
ID clgfnfmnfijeennnadfnmfdcemmigaci
URL Ufficiale https://chromewebstore.google.com/detail/errorsnet-official-extens/clgfnfmnfijeennnadfnmfdcemmigaci
Descrizione The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Dimensione del File 17.35 KB
Conteggio Installazioni 72,502
Versione Corrente 3.0
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2023-05-02
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore https://errors.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://errors.net
URL della Pagina di Aiuto https://errors.net
URL della Pagina della Politica sulla Privacy https://errors.net/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Errors.net official extension",
    "homepage_url": "https:\/\/errors.net",
    "description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.",
    "version": "3.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:\/\/*\/*"
    ]
}