Movie Description Plugin for Torrent
Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results
Movie Description Plugin for Torrent란 무엇입니까?
Movie Description Plugin for Torrent은(는) witoza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results"입니다.
확장 프로그램 스크린샷
Movie Description Plugin for Torrent 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome Extension to The Pirate Bay (https://thepiratebay.org/) and Kickass (https://kat.cr) torrent websites that integrates IMDB and/or FilmWeb description and movie ratings into torrent search results. Features: - Adds column to torrent website search results with description and movie rating from IMDB and/or FilmWeb - Marks movies with high rating to be better visible to the user - Hides movies with low rating not to be visible to the user - Hides movies with CAM version not to be visible to the user - Hides some genres of movies: TV Series, Bollywood, Animation, Fantasy, Horror, Romance, Family, SciFi not to be visible to the user - Adds column to search results with links to: Google search, Google graphic, Filmweb, Imdb search for the original torrent title or movie title Keeps track and hides unwanted movies (blacklist) - Infinite scroll for Movie Category in Kickass Visit https://github.com/witoza/Movie-Description-Plugin-for-Torrent for alpha releases.
확장 프로그램 기본 정보
이름 | Movie Description Plugin for Torrent |
ID | paeiglbmkfigfilaemandggmmncoeoim |
공식 URL | https://chromewebstore.google.com/detail/movie-description-plugin/paeiglbmkfigfilaemandggmmncoeoim |
설명 | Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results |
파일 크기 | 60.53 KB |
설치 횟수 | 117 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2016-06-22 |
출시 날짜 | 2016-06-22 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | witoza |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/witoza/Movie-Description-Plugin-for-Torrent |
도움말 페이지 URL | https://github.com/witoza/Movie-Description-Plugin-for-Torrent |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movie Description Plugin for Torrent", "version": "0.4.0", "description": "Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB\/Filmweb movie description and rating into search results", "web_accessible_resources": [ "ajax_loading_small.gif", "options.html" ], "background": { "scripts": [ "js\/options.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "storage", "webRequest", "webRequestBlocking", "http:\/\/www.filmweb.pl\/*", "http:\/\/www.imdb.com\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery.min-1.7.2.js", "lib\/jquery.ajaxq-0.0.1.js", "js\/options.js", "js\/blacklist.js", "js\/cache.js", "js\/misc.js", "js\/filmweb.js", "js\/imdb.js", "js\/pirateBay.js", "js\/kickass.js", "js\/loader.js", "js\/main.js" ], "matches": [ "https:\/\/kat.cr\/*", "https:\/\/thepiratebay.org\/*" ] } ] } |