Depression Is Weaker Than Tech
This extension monitors your Internet activity to help you identify first signs of depression
O que é Depression Is Weaker Than Tech?
Depression Is Weaker Than Tech é uma extensão do Chrome desenvolvida por koshkin.pasha, e sua principal característica é "This extension monitors your Internet activity to help you identify first signs of depression".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Depression Is Weaker Than Tech
Baixe arquivos de extensão Depression Is Weaker Than Tech 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
This extension monitors your Internet activity to help you identify first signs of depression
Informações Básicas da Extensão
Nome | |
ID | afglhfhcelehgbbhpefplibhgkkjgjck |
URL Oficial | https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck |
Descrição | This extension monitors your Internet activity to help you identify first signs of depression |
Tamanho do Arquivo | 8.7 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.3 |
Última Atualização | 2018-10-20 |
Data de Publicação | 2018-10-20 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | koshkin.pasha |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Depression Is Weaker Than Tech", "version": "1.3", "description": "This extension monitors your Internet activity to help you identify first signs of depression", "permissions": [ "history", "alarms", "http:\/\/depressionweakerthan.tech:8000\/last_ts\/", "http:\/\/depressionweakerthan.tech:8000\/visit\/" ], "background": { "scripts": [ "get_urls.js" ], "persistent": false }, "manifest_version": 2 } |