Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Wat is Social Timeout?
Social Timeout is een Chrome-extensie ontwikkeld door Frisnit, en de belangrijkste functie is "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Timeout
Download Social Timeout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
Officiële URL | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
Beschrijving | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
Bestandsgrootte | 106 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.41 |
Laatst Bijgewerkt | 2015-01-31 |
Publicatiedatum | 2015-01-31 |
Ontwikkelaar | Frisnit |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |