YouWatch
Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
ما هو YouWatch؟
YouWatch هو إضافة Chrome تم تطويرها بواسطة Meonaze Developer، والميزة الرئيسية لها هي "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouWatch
قم بتنزيل ملفات الامتداد YouWatch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Button to toggle Picture in Picture mode shows up when video on a page starts playing
معلومات أساسية عن التمديد
الاسم | YouWatch |
ID | cfdnldjcnachhlmeaeocfapmpmpiagga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga |
الوصف | Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click! |
حجم الملف | 8.75 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-11-30 |
تاريخ النشر | 2018-11-26 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Meonaze Developer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouWatch", "version": "1.1", "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!", "icons": { "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "page_action": { "default_icon": { "128": "images\/img128.png" } } } |