Chrome Video Pop-out

Use chrome pop-out player without using the context menu even on Twitch

ما هو Chrome Video Pop-out؟

Chrome Video Pop-out هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Use chrome pop-out player without using the context menu even on Twitch".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Video Pop-out

قم بتنزيل ملفات الامتداد Chrome Video Pop-out بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element.

This extension makes stuff work easily even on sites like YouTube or Twitch.                    

معلومات أساسية عن التمديد

الاسم Chrome Video Pop-out Chrome Video Pop-out
ID jcgacckndmapfdcccebjlhglchkbfkjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk
الوصف Use chrome pop-out player without using the context menu even on Twitch
حجم الملف 279 KB
عدد التثبيتات 7,197
النسخة الحالية 1.1
آخر تحديث 2019-03-18
تاريخ النشر 2019-03-18
تقييم 4.36/5 مجموع تقييمات 11
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/Noki77/chrome-popout
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Video Pop-out",
    "version": "1.1",
    "description": "Use chrome pop-out player without using the context menu even on Twitch",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon-16.png",
            "32": "assets\/icon\/icon-32.png",
            "48": "assets\/icon\/icon-48.png",
            "128": "assets\/icon\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-48.png",
        "128": "assets\/icon\/icon-128.png"
    },
    "manifest_version": 2
}