Depression Is Weaker Than Tech

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

Apa itu Depression Is Weaker Than Tech?

Depression Is Weaker Than Tech adalah ekstensi Chrome yang dikembangkan oleh koshkin.pasha, dan fitur utamanya adalah "This extension monitors your Internet activity to help you identify first signs of depression".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Depression Is Weaker Than Tech

Unduh file ekstensi Depression Is Weaker Than Tech dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Depression Is Weaker Than Tech Depression Is Weaker Than Tech
ID afglhfhcelehgbbhpefplibhgkkjgjck
URL Resmi https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck
Deskripsi This extension monitors your Internet activity to help you identify first signs of depression
Ukuran File 8.7 KB
Jumlah Instalasi 74
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-10-20
Tanggal Publikasi 2018-10-20
Penilaian 3.33/5 Total 3 Penilaian
Pengembang koshkin.pasha
Tipe Pembayaran free
Bahasa yang Didukung 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
}