NOW TV Resize
Resizes NOW TV video to the browser window
NOW TV Resize là gì?
NOW TV Resize là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Resizes NOW TV video to the browser window".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NOW TV Resize
Tải xuống các tệp mở rộng NOW TV Resize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pimniifhkmcogalcpldhccoeefkpbede |
URL Chính Thức | https://chromewebstore.google.com/detail/now-tv-resize/pimniifhkmcogalcpldhccoeefkpbede |
Mô tả | Resizes NOW TV video to the browser window |
Kích Thước Tệp | 14.24 KB |
Số Lần Cài Đặt | 749 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2014-07-04 |
Ngày Phát Hành | 2014-07-04 |
Đánh Giá | 2.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |