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