YouPause
Automatically pauses Youtube videos when they're in a background tab.
ما هو YouPause؟
YouPause هو إضافة Chrome تم تطويرها بواسطة cI_-__-_Io، والميزة الرئيسية لها هي "Automatically pauses Youtube videos when they're in a background tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouPause
قم بتنزيل ملفات الامتداد YouPause بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. That way, only the current (focused) Youtube video is playing. If you open a new YouTube tab in the background it will start downloading silently.
معلومات أساسية عن التمديد
الاسم | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
الوصف | Automatically pauses Youtube videos when they're in a background tab. |
حجم الملف | 70.32 KB |
عدد التثبيتات | 121 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2014-01-11 |
تاريخ النشر | 2014-01-11 |
تقييم | 4.45/5 مجموع تقييمات 11 |
المطور | cI_-__-_Io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://cod3.net/reddit/YouPause/ |
عنوان صفحة المساعدة | http://redd.it/1t93v7 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouPause", "version": "1.2.0", "description": "Automatically pauses Youtube videos when they're in a background tab.", "page_action": { "default_icon": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "YouPause" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ], "icons": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2 } |