Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Wat is Errors.net official extension?
Errors.net official extension is een Chrome-extensie ontwikkeld door http://errors.net, en de belangrijkste functie is "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Extensie Screenshots
Download het CRX-bestand van de extensie Errors.net official extension
Download Errors.net official extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
Officiële URL | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
Beschrijving | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Bestandsgrootte | 25.67 KB |
Aantal Installaties | 395,828 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-03-13 |
Publicatiedatum | 2022-06-15 |
Beoordeling | 3.50/5 Totaal 22 Beoordelingen |
Ontwikkelaar | http://errors.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://errors.net/ |
Help Pagina-URL | https://errors.net/ |
URL van de Privacybeleid Pagina | https://errors.net/privacy-policy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |