Get Netflix Trailers
Netflix trailers, just got so much easier. Just click on the link added above the movie.
Get Netflix Trailers क्या है?
Get Netflix Trailers smithmot3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netflix trailers, just got so much easier. Just click on the link added above the movie."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Netflix Trailers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The easiest and most convenient way to see Movie Trailers and IMDB ratings while browsing on Netflix. With this chrome extension it makes it so much easier, no copy paste or typing it out. You don't even have to leave the page. Just simply click the red 'play trailer' button added above the movie or tv-show you're interested in. The top half of the screen will display trailer, letting continue to browse while the trailer plays. -- Updates made to fix the extension due to Netflix updates. -- Updated rating API.
एक्सटेंशन की मूल जानकारी
नाम | Get Netflix Trailers |
ID | ccnidblbfndpbnceipcgihpfpolpkfkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc |
विवरण | Netflix trailers, just got so much easier. Just click on the link added above the movie. |
फ़ाइल का आकार | 39.16 KB |
स्थापना संख्या | 255 |
वर्तमान संस्करण | 0.1.7 |
अंतिम अपडेट | 2018-08-01 |
प्रकाशन तिथि | 2018-07-31 |
रेटिंग | 2.55/5 कुल 11 रेटिंग्स |
डेवलपर | smithmot3 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Netflix Trailers", "short_name": "GNT", "description": "Netflix trailers, just got so much easier. Just click on the link added above the movie.", "version": "0.1.7", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "http:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |