Social Timeout

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

Co to jest Social Timeout?

Social Timeout to rozszerzenie Chrome opracowane przez Frisnit, a jego główną funkcją jest „A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Social Timeout

Pobierz pliki rozszerzeń Social Timeout w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Social Timeout Social Timeout
ID hpobggkmepinhhliohndljiidjpmllei
Oficjalny URL https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei
Opis A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Rozmiar pliku 106 KB
Liczba instalacji 17
Aktualna Wersja 1.41
Ostatnia Aktualizacja 2015-01-31
Data Publikacji 2015-01-31
Deweloper Frisnit
Typ Płatności free
Obsługiwane Języki 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"
    }
}