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 |
官方網址 | 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 } |