Alternate Searches
website is down find out why and look for a new one that is active
O que é Alternate Searches?
Alternate Searches é uma extensão do Chrome desenvolvida por nickh178956, e sua principal característica é "website is down find out why and look for a new one that is active".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alternate Searches
Baixe arquivos de extensão Alternate Searches 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
Gives user the ability to find out why a site is down and also gives them an option to look for a new site.
Informações Básicas da Extensão
Nome | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
URL Oficial | https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb |
Descrição | website is down find out why and look for a new one that is active |
Tamanho do Arquivo | 10.46 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.0 |
Última Atualização | 2022-05-31 |
Data de Publicação | 2022-05-31 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | nickh178956 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://alternate-searches.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick H", "name": "Alternate Searches", "short_name": "Alternate-Searches", "homepage_url": "https:\/\/alternate-searches.com", "description": "website is down find out why and look for a new one that is active", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |