Think Twice

Stops you from instinctively going on a social network.

Think Twiceคืออะไร?

Think Twice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anthony Salazar และคุณลักษณะหลักของมันคือ "Stops you from instinctively going on a social network."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Think Twice

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

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

                        Adds one extra screen asking whether you're sure you want to go on a time-wasting site or you're just doing it by reflex.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Think Twice Think Twice
ID pjgppmjdghifobmedjenglkchddjfcab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/think-twice/pjgppmjdghifobmedjenglkchddjfcab
คำอธิบาย Stops you from instinctively going on a social network.
ขนาดไฟล์ 55.73 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-11-29
วันที่เผยแพร่ 2015-11-29
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Anthony Salazar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.swellgarfo.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Think Twice",
    "short_name": "ThinkTwice",
    "description": "Stops you from instinctively going on a social network.",
    "version": "1.2",
    "icons": {
        "48": "ThinkTwice_48.png",
        "128": "ThinkTwice.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "cool.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "lock.png"
    ]
}