YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
ما هو YouTube PopOut؟
YouTube PopOut هو إضافة Chrome تم تطويرها بواسطة JIVE DESIGN، والميزة الرئيسية لها هي "Pop out a youtube video into panel window from a YouTube video page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube PopOut
قم بتنزيل ملفات الامتداد YouTube PopOut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows. YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen. ** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome.
معلومات أساسية عن التمديد
الاسم | YouTube PopOut |
ID | ebkmdjfacnopogghbimpabhbfelkkhah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah |
الوصف | Pop out a youtube video into panel window from a YouTube video page |
حجم الملف | 49.92 KB |
عدد التثبيتات | 1,218 |
النسخة الحالية | 0.0.0.4 |
آخر تحديث | 2014-12-24 |
تاريخ النشر | 2014-12-24 |
تقييم | 2.00/5 مجموع تقييمات 9 |
المطور | JIVE DESIGN |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube PopOut", "manifest_version": 2, "description": "Pop out a youtube video into panel window from a YouTube video page", "version": "0.0.0.4", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/youtube.com\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": false } } |