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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frisnit และคุณลักษณะหลักของมันคือ "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Timeout
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |