Social Timeout
A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.
Social Timeout là gì?
Social Timeout là một tiện ích mở rộng Chrome được phát triển bởi Frisnit, và tính năng chính của nó là "A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Social Timeout
Tải xuống các tệp mở rộng Social Timeout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Social Timeout |
ID | hpobggkmepinhhliohndljiidjpmllei |
URL Chính Thức | https://chromewebstore.google.com/detail/social-timeout/hpobggkmepinhhliohndljiidjpmllei |
Mô tả | A ten minute timer for Facebook and Twitter pages. When the timer expires the page is blocked until you reload. |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.41 |
Cập Nhật Lần Cuối | 2015-01-31 |
Ngày Phát Hành | 2015-01-31 |
Nhà Phát Triển | Frisnit |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |