NOW TV Resize
Resizes NOW TV video to the browser window
NOW TV Resize क्या है?
NOW TV Resize Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resizes NOW TV video to the browser window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NOW TV Resize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |