Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
What is Social Timeout?
Social Timeout is a Chrome extension developed by Frisnit, and its main feature is "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Extension Screenshots
Download Social Timeout Extension CRX File
Download Social Timeout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
Official URL | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
Description | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
File Size | 106 KB |
Installation Count | 17 |
Current Version | 1.41 |
Last Updated | 2015-01-31 |
Publish Date | 2015-01-31 |
Developer | Frisnit |
Payment Type | free |
Supported Languages | 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" } } |