Errors.net official extension

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

Apa itu Errors.net official extension?

Errors.net official extension adalah ekstensi Chrome yang dikembangkan oleh http://errors.net, dan fitur utamanya adalah "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Errors.net official extension

Unduh file ekstensi Errors.net official extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Server and DNS errors are boring. Errors.net takes internet errors and turns them into beautiful webpages that are full of useful information, relevant offers, and an easy to use search bar (search results provided by Yahoo!). Add the official Errors.net extension today and you won't have to look at a boring internet error page ever again.

New with version 2.0 we are displaying page load times, performance metrics and site unavailability data.  This is used to display geo-data on a live map on errors.net showing network and website errors by region.                    

Informasi Dasar Ekstensi

Nama Errors.net official extension Errors.net official extension
ID ijmiidfenfofcafblkimipaiapnhjeme
URL Resmi https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme
Deskripsi The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Ukuran File 25.67 KB
Jumlah Instalasi 395,828
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-03-13
Tanggal Publikasi 2022-06-15
Penilaian 3.50/5 Total 22 Penilaian
Pengembang http://errors.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://errors.net/
URL Halaman Bantuan https://errors.net/
URL Halaman Kebijakan Privasi https://errors.net/privacy-policy
Bahasa yang Didukung 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": "2.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",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}