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"
    ]
}