SurfHelp
SurfHelp is a self-hosted and private browser extension that helps you save your time during work.
O que é SurfHelp?
SurfHelp é uma extensão do Chrome desenvolvida por SurfHelp App, e sua principal característica é "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SurfHelp
Baixe arquivos de extensão SurfHelp 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
SurfHelp is a self-hosted and private browser extension that helps you save your time during work. You can control how you spend your time but without nitpicking and unnecessary pressure. The extension tells you which apps drain the most of your data plan and turn them off when you need to. On top of that you can block websites that you want to weed out from your sight at a specific period of time.
Informações Básicas da Extensão
Nome | |
ID | nbochbnfeghhndfefflbnnebakalagde |
URL Oficial | https://chromewebstore.google.com/detail/surfhelp/nbochbnfeghhndfefflbnnebakalagde |
Descrição | SurfHelp is a self-hosted and private browser extension that helps you save your time during work. |
Tamanho do Arquivo | 434 KB |
Contagem de Instalações | 109 |
Versão Atual | 1.2.6 |
Última Atualização | 2023-05-25 |
Data de Publicação | 2023-01-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | SurfHelp App |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://surfhelpapp.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SurfHelp", "short_name": "SurfHelp", "version": "1.2.6", "minimum_chrome_version": "88", "description": "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "tabs", "storage", "idle", "webNavigation", "unlimitedStorage", "*:\/\/api.gumroad.com\/*" ], "offline_enabled": true, "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_popup": "index.html", "default_title": "Surf Help", "default_icon": "icons\/48x48.png" } } |