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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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