Depression Is Weaker Than Tech

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

Co je Depression Is Weaker Than Tech?

Depression Is Weaker Than Tech je rozšíření Chrome vyvinuté koshkin.pasha, a jeho hlavní funkcí je „This extension monitors your Internet activity to help you identify first signs of depression“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Depression Is Weaker Than Tech

Stáhněte si soubory rozšíření Depression Is Weaker Than Tech ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Depression Is Weaker Than Tech Depression Is Weaker Than Tech
ID afglhfhcelehgbbhpefplibhgkkjgjck
Oficiální URL https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck
Popis This extension monitors your Internet activity to help you identify first signs of depression
Velikost souboru 8.7 KB
Počet instalací 74
Aktuální Verze 1.3
Poslední Aktualizace 2018-10-20
Datum Vydání 2018-10-20
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář koshkin.pasha
Typ Platby free
Podporované Jazyky 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
}