Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
O que é Cant Find Anything?
Cant Find Anything é uma extensão do Chrome desenvolvida por uploadextsubmissions, e sua principal característica é "To assist in figuring out why a website is down and help with finding active websites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cant Find Anything
Baixe arquivos de extensão Cant Find Anything 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 a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Informações Básicas da Extensão
Nome | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL Oficial | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Descrição | To assist in figuring out why a website is down and help with finding active websites |
Tamanho do Arquivo | 15.53 KB |
Contagem de Instalações | 16,000 |
Versão Atual | 1.3 |
Última Atualização | 2022-06-09 |
Data de Publicação | 2022-04-19 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | uploadextsubmissions |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://cantfindanything.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |