TV2 Play fullscreen

This extention allows danish TV2 play to be in fullscreen even though it is not in focus.

TV2 Play fullscreen란 무엇입니까?

TV2 Play fullscreen은(는) hans.dam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extention allows danish TV2 play to be in fullscreen even though it is not in focus."입니다.

TV2 Play fullscreen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Danish TV station TV2 has a streaming service called TV2 Play. 

The biggest issue with TV2 Play is the fact that it is impossible on a two-screen setup to have TV2 play running in fullscreen mode on one screen and working on the other. Until now! 

With this extension, you are able to go to fullscreen mode on one screen and work on the other.

You are welcome, TV2.

Den danske TV station, TV2, har en streaming tjenste kaldet TV2 Play.

Den største begrænsning ved TV2 Play er, at det er umuligt på et to-skærms-setup at have TV2 Play kørende i fuld skærm på den ene skærm, mens man arbejder på den anden. Indtil nu!

Med denne udvidelse er du i stand til at være i fuld skærm på den ene skærm, mens du arbejder på den anden.

I er velkomne, TV2.                    

확장 프로그램 기본 정보

이름 TV2 Play fullscreen TV2 Play fullscreen
ID edceninpopokhklgonfcdijhngfapjcf
공식 URL https://chrome.google.com/webstore/detail/tv2-play-fullscreen/edceninpopokhklgonfcdijhngfapjcf
설명 This extention allows danish TV2 play to be in fullscreen even though it is not in focus.
파일 크기 45.88 KB
설치 횟수 1,275
현재 버전 1.0
최근 업데이트 2014-07-21
출시 날짜 2014-07-21
평점 3.86/5 총 7 개의 평점
개발자 hans.dam
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TV2 Play fullscreen",
    "description": "This extention allows danish TV2 play to be in fullscreen even though it is not in focus.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg-events.js"
        ]
    },
    "browser_action": {
        "default_title": "TV2 Play fullscreen",
        "default_icon": "images\/icon_19.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/play.tv2.dk\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/keymaster.min.js",
                "js\/content.js"
            ]
        }
    ]
}