Movie Description Plugin for Torrent
Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results
O que é Movie Description Plugin for Torrent?
Movie Description Plugin for Torrent é uma extensão do Chrome desenvolvida por witoza, e sua principal característica é "Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Movie Description Plugin for Torrent
Baixe arquivos de extensão Movie Description Plugin for Torrent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Movie Description Plugin for Torrent |
ID | paeiglbmkfigfilaemandggmmncoeoim |
URL Oficial | https://chromewebstore.google.com/detail/movie-description-plugin/paeiglbmkfigfilaemandggmmncoeoim |
Descrição | Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results |
Tamanho do Arquivo | 60.53 KB |
Contagem de Instalações | 117 |
Versão Atual | 0.4.0 |
Última Atualização | 2016-06-22 |
Data de Publicação | 2016-06-22 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | witoza |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/witoza/Movie-Description-Plugin-for-Torrent |
URL da Página de Ajuda | https://github.com/witoza/Movie-Description-Plugin-for-Torrent |
Idiomas Suportados | 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\/*" ] } ] } |