Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Netflix trailers là gì?
Netflix trailers là một tiện ích mở rộng Chrome được phát triển bởi Urucas, và tính năng chính của nó là "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".
Ả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 Netflix trailers
Tải xuống các tệp mở rộng Netflix trailers 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix trailers |
ID | cghmojgimpekpgegljolidgacdhmikmi |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
Mô tả | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
Kích Thước Tệp | 342 KB |
Số Lần Cài Đặt | 287 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2014-09-15 |
Ngày Phát Hành | 2014-09-15 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Urucas |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Urucas/netflix-trailers |
URL Trang Trợ Giúp | https://github.com/Urucas/netflix-trailers |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |