Web Saver
Send users to relative sites if the site they want is down.
O que é Web Saver ?
Web Saver é uma extensão do Chrome desenvolvida por bryce, e sua principal característica é "Send users to relative sites if the site they want is down. ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Saver
Baixe arquivos de extensão Web Saver 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
Web saver gives you an option to to search for new websites if the site you're looking for is removed
Informações Básicas da Extensão
Nome | |
ID | eojnhninofbfhiganhflogegcogkijjh |
URL Oficial | https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh |
Descrição | Send users to relative sites if the site they want is down. |
Tamanho do Arquivo | 16.02 KB |
Contagem de Instalações | 224,845 |
Versão Atual | 1.0 |
Última Atualização | 2022-04-04 |
Data de Publicação | 2022-04-04 |
Classificação | 3.92/5 Total de 26 Avaliações |
Desenvolvedor | bryce |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://web-saver.com |
URL da Página de Ajuda | https://web-saver.com/?a=about |
URL da Página de Política de Privacidade | https://foreststarttabs.com?a=privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "jon S.", "name": "Web Saver ", "short_name": "Web Saver", "homepage_url": "https:\/\/web-saver.com", "description": "Send users to relative sites if the site they want is down. ", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |