Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
ما هو Prevent YouTube from playing videos instantly؟
Prevent YouTube from playing videos instantly هو إضافة Chrome تم تطويرها بواسطة Muhamad Alfaifi، والميزة الرئيسية لها هي "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
تحميل ملف CRX للإضافة Prevent YouTube from playing videos instantly
قم بتنزيل ملفات الامتداد Prevent YouTube from playing videos instantly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Note: Stopped supporting extension because this feature has been implemented in chrome v46. When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that. you can see the source code for this extension here: https://github.com/MuhamadFaifi/youtube-autoplay
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
الوصف | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
حجم الملف | 3.57 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.5 |
آخر تحديث | 2015-11-05 |
تاريخ النشر | 2015-11-05 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Muhamad Alfaifi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prevent YouTube from playing videos instantly", "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/" ] } |