Depression Is Weaker Than Tech

This extension monitors your Internet activity to help you identify first signs of depression

What is Depression Is Weaker Than Tech?

Depression Is Weaker Than Tech is a Chrome extension developed by koshkin.pasha, and its main feature is "This extension monitors your Internet activity to help you identify first signs of depression".

Extension Screenshots

screenshot

Download Depression Is Weaker Than Tech Extension CRX File

Download Depression Is Weaker Than Tech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension monitors your Internet activity to help you identify first signs of depression                    

Extension Basic Information

Name Depression Is Weaker Than Tech Depression Is Weaker Than Tech
ID afglhfhcelehgbbhpefplibhgkkjgjck
Official URL https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck
Description This extension monitors your Internet activity to help you identify first signs of depression
File Size 8.7 KB
Installation Count 74
Current Version 1.3
Last Updated 2018-10-20
Publish Date 2018-10-20
Rating 3.33/5 Total 3 Ratings
Developer koshkin.pasha
Payment Type free
Supported Languages 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
}