Depression Is Weaker Than Tech
This extension monitors your Internet activity to help you identify first signs of depression
什么是Depression Is Weaker Than Tech?
Depression Is Weaker Than Tech是由koshkin.pasha开发的Chrome扩展程序,该扩展的主要功能是“This extension monitors your Internet activity to help you identify first signs of depression”。
扩展截图
下载Depression Is Weaker Than Tech扩展crx文件
下载Depression Is Weaker Than Tech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension monitors your Internet activity to help you identify first signs of depression
扩展基本信息
名称 | |
ID | afglhfhcelehgbbhpefplibhgkkjgjck |
官方URL | https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck |
简介 | This extension monitors your Internet activity to help you identify first signs of depression |
文件大小 | 8.7 KB |
安装次数 | 74 |
当前版本 | 1.3 |
更新时间 | 2018-10-20 |
上架时间 | 2018-10-20 |
评分 | 3.33/5 共3次评分 |
开发者 | koshkin.pasha |
付费类型 | free |
支持的语言 | 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 } |