NOW TV Resize

Resizes NOW TV video to the browser window

NOW TV Resize란 무엇입니까?

NOW TV Resize은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resizes NOW TV video to the browser window"입니다.

확장 프로그램 스크린샷

screenshot

NOW TV Resize 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Resizes the video to match the browser height and width, also removes the excess margins around the edge of the video.
Suggested use is to open the video in a new window and resize to preferred height, then press the extension's button.

Only works whilst watching video and live TV on the NOW TV service.

The extension only modifies the CSS through the DOM using JavaScript, it doesn't attempt to break any DRM, nor give you access to any content to which you don't have a subscription for.

Changelog:
v2 - Fixes due to changes in the HTML of the NowTV website                    

확장 프로그램 기본 정보

이름 NOW TV Resize NOW TV Resize
ID pimniifhkmcogalcpldhccoeefkpbede
공식 URL https://chromewebstore.google.com/detail/now-tv-resize/pimniifhkmcogalcpldhccoeefkpbede
설명 Resizes NOW TV video to the browser window
파일 크기 14.24 KB
설치 횟수 749
현재 버전 2.0
최근 업데이트 2014-07-04
출시 날짜 2014-07-04
평점 2.38/5 총 8 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NOW TV Resize",
    "description": "Resizes NOW TV video to the browser window",
    "version": "2.0",
    "icons": {
        "16": "nowtv16.png",
        "48": "nowtv48.png",
        "128": "nowtv128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/watch.nowtv.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "NOW TV",
        "default_icon": {
            "19": "nowtv19-grey.png",
            "38": "nowtv38-grey.png"
        }
    },
    "manifest_version": 2
}