Youplay
Autoplay youtube video on mouse over
ما هو Youplay؟
Youplay هو إضافة Chrome تم تطويرها بواسطة sarathisahoo، والميزة الرئيسية لها هي "Autoplay youtube video on mouse over".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youplay
قم بتنزيل ملفات الامتداد Youplay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse. Just go to youtube.com and start hovering mouse to preview videos.
معلومات أساسية عن التمديد
الاسم | |
ID | fhjkfdjnbbibomchnnpjnmbfknjoagja |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja |
الوصف | Autoplay youtube video on mouse over |
حجم الملف | 43.07 KB |
عدد التثبيتات | 180 |
النسخة الحالية | 1.5 |
آخر تحديث | 2016-08-13 |
تاريخ النشر | 2016-08-13 |
تقييم | 2.63/5 مجموع تقييمات 8 |
المطور | sarathisahoo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "manifest_version": 2, "name": "Youplay", "version": "1.5", "browser_action": { "default_icon": "images\/logo.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*" ], "minimum_chrome_version": "23", "description": "Autoplay youtube video on mouse over", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "short_name": "Youplay", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "48": "\/images\/logo.png" }, "web_accessible_resources": [ "images\/*.*", "script.js" ], "content_scripts": [ { "js": [ "content.js" ], "all_frames": false, "css": [], "matches": [ " |