Social Timeout

A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.

什么是Social Timeout?

Social Timeout是由Frisnit开发的Chrome扩展程序,该扩展的主要功能是“A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.”。

扩展截图

screenshot
screenshot
screenshot

下载Social Timeout扩展crx文件

下载Social Timeout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stop getting lost in Facebook and Twitter! This extension adds a ten minute timer to these pages. When the timer expires the page will be blocked until it is next reloaded. Now featuring a daily session count to show you what a slave you are. Regain control of your life!                    

扩展基本信息

名称 Social Timeout Social Timeout
ID hpobggkmepinhhliohndljiidjpmllei
官方URL https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei
简介 A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
文件大小 106 KB
安装次数 17
当前版本 1.41
更新时间 2015-01-31
上架时间 2015-01-31
开发者 Frisnit
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Timeout",
    "description": "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.",
    "version": "1.41",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "timer.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}