Netflix IMDB top 250
Removes all movies that aren't in the IMDB top 250 from Netflix.
Netflix IMDB top 250란 무엇입니까?
Netflix IMDB top 250은(는) angusbayley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes all movies that aren't in the IMDB top 250 from Netflix."입니다.
확장 프로그램 스크린샷
Netflix IMDB top 250 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix. - works in every country! - always works from the current IMDB top 250 - is awesome - refresh the page to get the old films back Simples.
확장 프로그램 기본 정보
이름 | |
ID | akeiblobkickpakkbjgalaklelbicgaj |
공식 URL | https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj |
설명 | Removes all movies that aren't in the IMDB top 250 from Netflix. |
파일 크기 | 15.41 KB |
설치 횟수 | 98 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-11-20 |
출시 날짜 | 2014-11-20 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | angusbayley |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix IMDB top 250", "version": "1.0", "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.", "background": { "page": "background.html", "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "Cull all movies not in the IMDB top 250!" }, "permissions": [ "declarativeContent", "http:\/\/www.imdb.com\/*", "*:\/\/*.netflix.com\/*" ], "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |