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 - это расширение Chrome, разработанное Frisnit, и его основная функция - "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Social Timeout

Скачайте файлы расширений 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"
    }
}