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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koshkin.pasha และคุณลักษณะหลักของมันคือ "This extension monitors your Internet activity to help you identify first signs of depression"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Depression Is Weaker Than Tech

ดาวน์โหลดไฟล์ส่วนขยาย Depression Is Weaker Than Tech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}