Floating Video Pro

Popup a floating video that can be viewed while you are doing other work on your computer.

ما هو Floating Video Pro؟

Floating Video Pro هو إضافة Chrome تم تطويرها بواسطة CodeTheBay، والميزة الرئيسية لها هي "Popup a floating video that can be viewed while you are doing other work on your computer.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Floating Video Pro

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

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

                        Watch videos in  a Floating window.

Click the extension icon while your YouTube, Twitch or any other video is playing and watch it pop up and become a topmost window above any of your other desktop applications, resize it and reposition it how you like.

Click your extensions and pin this extension to make it more accessible.                    

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

الاسم Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
الوصف Popup a floating video that can be viewed while you are doing other work on your computer.
حجم الملف 4.79 KB
عدد التثبيتات 1,902
النسخة الحالية 0.0.0.1
آخر تحديث 2021-02-15
تاريخ النشر 2021-02-15
تقييم 4.33/5 مجموع تقييمات 3
المطور CodeTheBay
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Xela101/FloatingVideoPro
عنوان صفحة المساعدة https://github.com/Xela101/FloatingVideoPro
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Floating Video Pro",
    "description": "Popup a floating video that can be viewed while you are doing other work on your computer.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Click to turn video's into a floating windows."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}