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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}