YouTube™ Scroll Player

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

YouTube™ Scroll Playerとは何ですか?

YouTube™ Scroll PlayerはCryous Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Makes the YouTube video player shrink into the bottom right corner while scrolling.」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube™ Scroll Player拡張機能のCRXファイルをダウンロード

YouTube™ Scroll Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}