Depression Is Weaker Than Tech

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

Vad är Depression Is Weaker Than Tech?

Depression Is Weaker Than Tech är en Chrome-tillägg utvecklad av koshkin.pasha, och dess huvudfunktion är "This extension monitors your Internet activity to help you identify first signs of depression".

Tilläggsskärmbilder

screenshot

Ladda ner Depression Is Weaker Than Tech-förlängningens CRX-fil

Ladda ner Depression Is Weaker Than Tech-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Depression Is Weaker Than Tech Depression Is Weaker Than Tech
ID afglhfhcelehgbbhpefplibhgkkjgjck
Officiell webbadress https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck
Beskrivning This extension monitors your Internet activity to help you identify first signs of depression
Filstorlek 8.7 KB
Antal Installationer 74
Aktuell Version 1.3
Senast Uppdaterad 2018-10-20
Publiceringsdatum 2018-10-20
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare koshkin.pasha
Betalningssätt free
Stödda Språk 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
}