Finding a New Way
innovative way to find alternate websites, when the one your going to is down
O que é Finding a New Way?
Finding a New Way é uma extensão do Chrome desenvolvida por uploadextsubmissions, e sua principal característica é "innovative way to find alternate websites, when the one your going to is down".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Finding a New Way
Baixe arquivos de extensão Finding a New Way 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 attempts to go to a website and the website is showing down give them alternative sites
Informações Básicas da Extensão
Nome | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
URL Oficial | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Descrição | innovative way to find alternate websites, when the one your going to is down |
Tamanho do Arquivo | 37.51 KB |
Contagem de Instalações | 175,094 |
Versão Atual | 1.1 |
Última Atualização | 2022-05-07 |
Data de Publicação | 2022-05-07 |
Classificação | 3.78/5 Total de 18 Avaliações |
Desenvolvedor | uploadextsubmissions |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://findinganewway.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |