Fix Error Direct
Instantly fix errors caused by broken websites
O que é Fix Error Direct?
Fix Error Direct é uma extensão do Chrome desenvolvida por Eugene Treko, e sua principal característica é "Instantly fix errors caused by broken websites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix Error Direct
Baixe arquivos de extensão Fix Error Direct 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
When you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away.
Informações Básicas da Extensão
Nome | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
URL Oficial | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Descrição | Instantly fix errors caused by broken websites |
Tamanho do Arquivo | 13.06 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.2 |
Última Atualização | 2022-06-15 |
Data de Publicação | 2022-05-17 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | Eugene Treko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fixerrordirect.com/ |
URL da Página de Ajuda | https://fixerrordirect.com/?a=privacy |
URL da Página de Política de Privacidade | https://newpagefinder.com?a=privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Marek M", "name": "Fix Error Direct", "short_name": "Fix Error Direct", "homepage_url": "https:\/\/fixerrordirect.com\/", "description": "Instantly fix errors caused by broken websites", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |