IMDB Ratings on Netflix
Show IMDB on Netflix.
IMDB Ratings on Netflix란 무엇입니까?
IMDB Ratings on Netflix은(는) https://netflix-imdb.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show IMDB on Netflix."입니다.
확장 프로그램 스크린샷
IMDB Ratings on Netflix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's irritating when you have to open a new tab and search for ratings of movies/tv dramas, while you are trying to find a movie to watch on Netflix. Using this extension you can see IMDb rating of movies directly on Netflix. Supported Ratings: 1. IMDb (along with vote count) 2. Rotten tomatoes 3. Meta critic To begin using the software extension, simply install the software extension and then navigate to Netflix. To view the IMDB ratings for each Netflix show, click on the extension icon once you are on the Netflix website. The reason you need to do this is our extension code is only allowed to run when you press the software icon due to new security restrictions on the Chrome Store. The Google Chrome store is more strict nowadays and we ask for less permissions this way for our extension when users need to click on the extension icon. Sorry for any inconvenience caused and we hope you enjoy using this extension to find IMDB ratings for your Netflix shows.
확장 프로그램 기본 정보
이름 | IMDB Ratings on Netflix |
ID | lkfapihkchheoddiodedjlapfdnmgkio |
공식 URL | https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/lkfapihkchheoddiodedjlapfdnmgkio |
설명 | Show IMDB on Netflix. |
파일 크기 | 1.14 MB |
설치 횟수 | 365 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-12-15 |
출시 날짜 | 2020-07-14 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | https://netflix-imdb.freefinancetools.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "short_name": "IMDB Ratings on Netflix", "version": "1.0.1", "browser_action": { "default_title": "Netflix Rating" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/netflix-16.png", "32": "images\/netflix-32.png", "48": "images\/netflix-48.png", "64": "images\/netflix-64.png", "128": "images\/netflix-128.png" }, "web_accessible_resources": [ "images\/*" ], "background": { "scripts": [ "js\/update-conf.js", "js\/update.js", "js\/background.js" ] }, "manifest_version": 2 } |