Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Qu'est-ce que Errors.net official extension ?
Errors.net official extension est une extension Chrome développée par http://errors.net, et sa fonction principale est "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Errors.net official extension
Téléchargez les fichiers d'extension Errors.net official extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
URL Officiel | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
Description | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Taille du Fichier | 25.67 KB |
Nombre d'Installations | 395,828 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-03-13 |
Date de Publication | 2022-06-15 |
Évaluation | 3.50/5 Total 22 Évaluations |
Développeur | http://errors.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://errors.net/ |
URL de la Page d'Aide | https://errors.net/ |
URL de la Page de Politique de Confidentialité | https://errors.net/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |