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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |