Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Qu'est-ce que Social Timeout ?
Social Timeout est une extension Chrome développée par Frisnit, et sa fonction principale est "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Social Timeout
Téléchargez les fichiers d'extension Social Timeout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
URL Officiel | 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. |
Taille du Fichier | 106 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.41 |
Dernière Mise à Jour | 2015-01-31 |
Date de Publication | 2015-01-31 |
Développeur | Frisnit |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |