Depression Is Weaker Than Tech

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

Cos'è Depression Is Weaker Than Tech?

Depression Is Weaker Than Tech è un'estensione di Chrome sviluppata da koshkin.pasha, e la sua funzione principale è "This extension monitors your Internet activity to help you identify first signs of depression".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Depression Is Weaker Than Tech

Scarica i file di estensione Depression Is Weaker Than Tech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Depression Is Weaker Than Tech Depression Is Weaker Than Tech
ID afglhfhcelehgbbhpefplibhgkkjgjck
URL Ufficiale https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck
Descrizione This extension monitors your Internet activity to help you identify first signs of depression
Dimensione del File 8.7 KB
Conteggio Installazioni 74
Versione Corrente 1.3
Ultimo Aggiornamento 2018-10-20
Data di Pubblicazione 2018-10-20
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore koshkin.pasha
Tipo di Pagamento free
Lingue Supportate 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
}