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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension monitors your Internet activity to help you identify first signs of depression"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Depression Is Weaker Than Tech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Depression Is Weaker Than Tech Depression Is Weaker Than Tech
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
}