Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
O que é Errors.net official extension?
Errors.net official extension é uma extensão do Chrome desenvolvida por http://errors.net, e sua principal característica é "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Errors.net official extension
Baixe arquivos de extensão Errors.net official extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ijmiidfenfofcafblkimipaiapnhjeme |
URL Oficial | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
Descrição | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
Tamanho do Arquivo | 25.67 KB |
Contagem de Instalações | 395,828 |
Versão Atual | 2.0 |
Última Atualização | 2023-03-13 |
Data de Publicação | 2022-06-15 |
Classificação | 3.50/5 Total de 22 Avaliações |
Desenvolvedor | http://errors.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://errors.net/ |
URL da Página de Ajuda | https://errors.net/ |
URL da Página de Política de Privacidade | https://errors.net/privacy-policy |
Idiomas Suportados | 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:\/\/*\/*" ] } |