Think Twice

Stops you from instinctively going on a social network.

什麼是Think Twice?

Think Twice是由Anthony Salazar開發的Chrome擴展程式,該擴展的主要功能是“Stops you from instinctively going on a social network.”。

擴展截圖

screenshot

下載Think Twice擴展crx文件

下載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
官方網址 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"
    ]
}