Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Vad är Social Timeout?
Social Timeout är en Chrome-tillägg utvecklad av Frisnit, och dess huvudfunktion är "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Tilläggsskärmbilder
Ladda ner Social Timeout-förlängningens CRX-fil
Ladda ner Social Timeout-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
Officiell webbadress | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
Beskrivning | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
Filstorlek | 106 KB |
Antal Installationer | 17 |
Aktuell Version | 1.41 |
Senast Uppdaterad | 2015-01-31 |
Publiceringsdatum | 2015-01-31 |
Utvecklare | Frisnit |
Betalningssätt | free |
Stödda Språk | 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" } } |