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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |