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 |
公式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 } |