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开发的Chrome扩展程序,该扩展的主要功能是“Netflix trailers, just got so much easier. Just click on the link added above the movie.”。
扩展截图
下载Get Netflix Trailers扩展crx文件
下载Get Netflix Trailers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |