Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Cos'è Social Timeout?
Social Timeout è un'estensione di Chrome sviluppata da Frisnit, e la sua funzione principale è "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Timeout
Scarica i file di estensione Social Timeout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
URL Ufficiale | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
Descrizione | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
Dimensione del File | 106 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.41 |
Ultimo Aggiornamento | 2015-01-31 |
Data di Pubblicazione | 2015-01-31 |
Sviluppatore | Frisnit |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |