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