Kryopage
Kryopage Extension
O que é Kryopage?
Kryopage é uma extensão do Chrome desenvolvida por https://kryopage.com, e sua principal característica é "Kryopage Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kryopage
Baixe arquivos de extensão Kryopage 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
Get Kryopage extension. By clicking "Add to chrome", I accept and agree to installing "Kryopage Extension" extension and setting Chrome™ newtab search to that provided by the service and the Terms of Use and Privacy Policy. search results will be powered by Microsoft Bing. Features: - Beautiful and Elegant: Change your new tab into a minimum and beautiful page. Remove all the distractions and focus on what matters. - Widgets: Get useful widgets such as translation widget, time zone widget and more. Privacy policy: https://kryopage.com/privacy Terms and conditions: https://kryopage.com/terms
Informações Básicas da Extensão
Nome | Kryopage |
ID | idbdehpokikeobjcpgnleaaebmddflhi |
URL Oficial | https://chromewebstore.google.com/detail/kryopage/idbdehpokikeobjcpgnleaaebmddflhi |
Descrição | Kryopage Extension |
Tamanho do Arquivo | 2.24 MB |
Contagem de Instalações | 45,969 |
Versão Atual | 1.3 |
Última Atualização | 2023-12-07 |
Data de Publicação | 2023-08-09 |
Classificação | 4.56/5 Total de 71 Avaliações |
Desenvolvedor | https://kryopage.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://moblead-llc.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kryopage", "version": "1.3", "description": "Kryopage Extension", "manifest_version": 3, "author": "Moblead LLC", "chrome_url_overrides": { "newtab": "main.html" }, "action": { "default_icon": { "16": "static\/favicon-16.png", "32": "static\/favicon-32.png", "42": "static\/favicon-42.png", "128": "static\/favicon-128.png" } }, "icons": { "16": "static\/favicon-16.png", "32": "static\/favicon-32.png", "42": "static\/favicon-42.png", "128": "static\/favicon-128.png" }, "permissions": [ "cookies", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/kryopage.com\/*", "https:\/\/*.google.com\/*", "*:\/\/*.kryopage.com\/*" ], "background": { "service_worker": ".\/background.js" } } |