TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
O que é TPB IMDB Pirate Bay Search Plugin?
TPB IMDB Pirate Bay Search Plugin é uma extensão do Chrome desenvolvida por evan.palmer, e sua principal característica é "Search The Pirate Bay from IMDB.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TPB IMDB Pirate Bay Search Plugin
Baixe arquivos de extensão TPB IMDB Pirate Bay Search Plugin 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
This extension lets you search The Pirate Bay directly from IMDB. It looks at the title and year and gets the top 5 torrents based on number of people seeding it. When the page loads, you can click on the little Pirate Bay logo to see your download options. The items in the drop down list will open directly in your torrent client (via magnet links). If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user. Wanna make it better: https://github.com/EvanPalmer/TpbImdbSearch/
Informações Básicas da Extensão
Nome | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
URL Oficial | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
Descrição | Search The Pirate Bay from IMDB. |
Tamanho do Arquivo | 2.04 MB |
Contagem de Instalações | 337 |
Versão Atual | 0.0.7 |
Última Atualização | 2014-12-13 |
Data de Publicação | 2014-12-13 |
Classificação | 3.32/5 Total de 19 Avaliações |
Desenvolvedor | evan.palmer |
Tipo de Pagamento | free |
Site da Extensão | http://evanjpalmer.wordpress.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TPB IMDB Pirate Bay Search Plugin", "version": "0.0.7", "description": "Search The Pirate Bay from IMDB.", "permissions": [ "tabs", "http:\/\/*.thepiratebay.cr\/", "http:\/\/thepiratebay.cr\/" ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/ajax-loader.gif", "images\/logo.gif", "images\/logo-not-found.gif" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "bootstrap\/css\/bootstrap.css" ], "js": [ "jquery-1.9.1.min.js", "tpbImdbPirateBaySearch.plugin.js", "contentscript_imdb.js" ] } ] } |