Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Netflix trailers क्या है?
Netflix trailers Urucas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix trailers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watch your netflix movies or series trailers right in the Netflix webiste. With this extension, when the movie info pops up, know you'll see a "View Trailer" button, click it to directly watch a youtube trailer.
एक्सटेंशन की मूल जानकारी
नाम | Netflix trailers |
ID | cghmojgimpekpgegljolidgacdhmikmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
विवरण | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
फ़ाइल का आकार | 342 KB |
स्थापना संख्या | 287 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2014-09-15 |
प्रकाशन तिथि | 2014-09-15 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Urucas |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Urucas/netflix-trailers |
सहायता पृष्ठ URL | https://github.com/Urucas/netflix-trailers |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix trailers", "version": "0.0.2", "manifest_version": 2, "description": "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.", "homepage_url": "https:\/\/github.com\/Urucas\/netflix-trailers", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |