IMDb & Rotten Tomatoes @ Prime Instant Video
Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.
IMDb & Rotten Tomatoes @ Prime Instant Video란 무엇입니까?
IMDb & Rotten Tomatoes @ Prime Instant Video은(는) Joscha Feth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes."입니다.
확장 프로그램 스크린샷
IMDb & Rotten Tomatoes @ Prime Instant Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension seamlessly adds the ratings from IMDb and Rotten Tomatoes into the Prime Instant Video web interface. Each movie and series detail page gets two more rating entries (if the movie/series can be found in IMDb). The ratings for Prime Instant Video extension uses the Open Movie Database API by Brian Fritz (http://www.omdbapi.com/) for querying IMDb and Rotten Tomatoes. Thanks Brian! The source code of this extension has been released under the MIT license - feel free to collaborate on enhancements and improvements here: https://github.com/joscha/prime-ratings Neither this extension, nor its author is in any way affiliated with amazon.
확장 프로그램 기본 정보
이름 | IMDb & Rotten Tomatoes @ Prime Instant Video |
ID | pfnkplljjpbbbclllghfeakdlfcldpfj |
공식 URL | https://chromewebstore.google.com/detail/imdb-rotten-tomatoes-prim/pfnkplljjpbbbclllghfeakdlfcldpfj |
설명 | Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes. |
파일 크기 | 101 KB |
설치 횟수 | 932 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2016-08-16 |
출시 날짜 | 2016-08-16 |
평점 | 2.40/5 총 10 개의 평점 |
개발자 | Joscha Feth |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/joscha/prime-ratings |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "shared\/icons\/icon16.png", "48": "shared\/icons\/icon48.png", "128": "shared\/icons\/icon128.png" }, "permissions": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "css": [ "chrome.css", "shared\/inject.css" ], "js": [ "components\/jquery.min.js", "chrome.js", "shared\/inject.js" ] } ], "web_accessible_resources": [ "shared\/inject.css" ] } |