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”。
擴展截圖
下載NOW TV Resize擴展crx文件
下載NOW TV Resize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | pimniifhkmcogalcpldhccoeefkpbede |
官方網址 | 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 } |