YouTube™ Scroll Player

Makes the YouTube video player shrink into the bottom right corner while scrolling.

ما هو YouTube™ Scroll Player؟

YouTube™ Scroll Player هو إضافة Chrome تم تطويرها بواسطة Cryous Technologies، والميزة الرئيسية لها هي "Makes the YouTube video player shrink into the bottom right corner while scrolling.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube™ Scroll Player

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

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

                        When scrolling down on a YouTube video, the player will minimize into the bottom right corner. 

This means you can still watch the video while you're reading comments, etc.

This works with both the HTML5 and the Flash player.

I've disabled the ability to seek/skip through the video in the mini HTML5 version (it's actually hidden now) because YouTube's HTML5 player doesn't like the smaller dimensions of the player and the seek bar messes up.                    

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

الاسم YouTube™ Scroll Player YouTube™ Scroll Player
ID cmceloemlfndkbklohojnlppaefclkma
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-scroll-player/cmceloemlfndkbklohojnlppaefclkma
الوصف Makes the YouTube video player shrink into the bottom right corner while scrolling.
حجم الملف 51.99 KB
عدد التثبيتات 246
النسخة الحالية 1.0.5
آخر تحديث 2016-01-27
تاريخ النشر 2016-01-27
تقييم 3.28/5 مجموع تقييمات 18
المطور Cryous Technologies
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Scroll Player",
    "description": "Makes the YouTube video player shrink into the bottom right corner while scrolling.",
    "version": "1.0.5",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "mini-floating-player.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "arrow-up.png"
    ],
    "manifest_version": 2
}