NOW TV Resize

Resizes NOW TV video to the browser window

O que é NOW TV Resize?

NOW TV Resize é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Resizes NOW TV video to the browser window".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NOW TV Resize

Baixe arquivos de extensão NOW TV Resize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NOW TV Resize NOW TV Resize
ID pimniifhkmcogalcpldhccoeefkpbede
URL Oficial https://chromewebstore.google.com/detail/now-tv-resize/pimniifhkmcogalcpldhccoeefkpbede
Descrição Resizes NOW TV video to the browser window
Tamanho do Arquivo 14.24 KB
Contagem de Instalações 749
Versão Atual 2.0
Última Atualização 2014-07-04
Data de Publicação 2014-07-04
Classificação 2.38/5 Total de 8 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}