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
官方網址 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"
    ]
}