Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
什麼是Social Timeout?
Social Timeout是由Frisnit開發的Chrome擴展程式,該擴展的主要功能是“A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.”。
擴展截圖
下載Social Timeout擴展crx文件
下載Social Timeout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
官方網址 | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
簡介 | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
檔案大小 | 106 KB |
安裝次數 | 17 |
目前版本 | 1.41 |
更新時間 | 2015-01-31 |
上架時間 | 2015-01-31 |
開發者 | Frisnit |
付費類型 | free |
支援的語言 | 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" } } |