Youtube tile

Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.

Youtube tileとは何ですか?

Youtube tileはDev-loperによって開発されたChromeの拡張機能で、その主な機能は「Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.」です。

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

screenshot
screenshot

Youtube tile拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enhances your Youtube browsing experience with a small tile, as most know from the Youtube App.
This allows you to continue playing the started video in the bottom right corner whilst browsing the rest of Youtube (Search, Channel page, Main page).

This is an early version which started out as a test and undergoes development. Suggestions and bug reports are appreciated. 

Note:
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

拡張機能の基本情報

名前 Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
公式URL https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
説明 Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
ファイルサイズ 10.17 KB
インストール数 13
現在のバージョン 0.1.7
最終更新日 2016-03-18
公開日 2016-03-17
評価 5.00/5 合計 3 レビュー
開発者 Dev-loper
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube tile",
    "description": "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.",
    "icons": {
        "128": "logo.png"
    },
    "author": "Janis Zemitis",
    "version": "0.1.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}