Social Timeout

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

Apa itu Social Timeout?

Social Timeout adalah ekstensi Chrome yang dikembangkan oleh Frisnit, dan fitur utamanya adalah "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Social Timeout

Unduh file ekstensi Social Timeout dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Social Timeout Social Timeout
ID hpobggkmepinhhliohndljiidjpmllei
URL Resmi https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei
Deskripsi A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Ukuran File 106 KB
Jumlah Instalasi 17
Versi Saat Ini 1.41
Terakhir Diperbarui 2015-01-31
Tanggal Publikasi 2015-01-31
Pengembang Frisnit
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}