Social Timeout

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

O que é Social Timeout?

Social Timeout é uma extensão do Chrome desenvolvida por Frisnit, e sua principal característica é "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Social Timeout

Baixe arquivos de extensão Social Timeout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Social Timeout Social Timeout
ID hpobggkmepinhhliohndljiidjpmllei
URL Oficial https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei
Descrição A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Tamanho do Arquivo 106 KB
Contagem de Instalações 17
Versão Atual 1.41
Última Atualização 2015-01-31
Data de Publicação 2015-01-31
Desenvolvedor Frisnit
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}