NOW TV Resize

Resizes NOW TV video to the browser window

What is NOW TV Resize?

NOW TV Resize is a Chrome extension developed by Unknown, and its main feature is "Resizes NOW TV video to the browser window".

Extension Screenshots

screenshot

Download NOW TV Resize Extension CRX File

Download NOW TV Resize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NOW TV Resize NOW TV Resize
ID pimniifhkmcogalcpldhccoeefkpbede
Official URL https://chromewebstore.google.com/detail/now-tv-resize/pimniifhkmcogalcpldhccoeefkpbede
Description Resizes NOW TV video to the browser window
File Size 14.24 KB
Installation Count 749
Current Version 2.0
Last Updated 2014-07-04
Publish Date 2014-07-04
Rating 2.38/5 Total 8 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}