The PirateBay Imdb Plugin
It's a plugin that allows previsualize imdb information when is available in the description (through a link).
O que é The PirateBay Imdb Plugin?
The PirateBay Imdb Plugin é uma extensão do Chrome desenvolvida por slothdevelopers, e sua principal característica é "It's a plugin that allows previsualize imdb information when is available in the description (through a link).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The PirateBay Imdb Plugin
Baixe arquivos de extensão The PirateBay Imdb 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
It's a plugin for The PirateBay that allows previsualize imdb information when is available in the description (through a link). It uses https://www.omdbapi.com to collect the necesary info.
Informações Básicas da Extensão
Nome | |
ID | glgjecfihejmjabjnebdeagibbgefgcc |
URL Oficial | https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc |
Descrição | It's a plugin that allows previsualize imdb information when is available in the description (through a link). |
Tamanho do Arquivo | 64.89 KB |
Contagem de Instalações | 54 |
Versão Atual | 2.0 |
Última Atualização | 2015-10-01 |
Data de Publicação | 2015-10-01 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | slothdevelopers |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The PirateBay Imdb Plugin", "description": "It's a plugin that allows previsualize imdb information when is available in the description (through a link).", "version": "2.0", "icons": { "16": "icon_16.png", "48": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "The PirateBay Imdb" }, "permissions": [ "https:\/\/thepiratebay.cd\/", "https:\/\/thepiratebay.mn\/", "https:\/\/piratemirror.net\/", "https:\/\/torrentdr.com\/", "https:\/\/thebay.tv\/", "https:\/\/thepiratebay.uk.net\/", "https:\/\/thepiratebay.gs\/", "https:\/\/thepiratebay.la\/", "https:\/\/thepiratebay.vg\/", "https:\/\/thepiratebay.am\/", "https:\/\/thepiratebay.gd\/", "https:\/\/thepiratebay.cr\/" ], "content_scripts": [ { "matches": [ "https:\/\/thepiratebay.cd\/*", "https:\/\/thepiratebay.mn\/*", "https:\/\/piratemirror.net\/*", "https:\/\/torrentdr.com\/*", "https:\/\/thebay.tv\/*", "https:\/\/thepiratebay.uk.net\/*", "https:\/\/thepiratebay.gs\/*", "https:\/\/thepiratebay.la\/*", "https:\/\/thepiratebay.vg\/*", "https:\/\/thepiratebay.am\/*", "https:\/\/thepiratebay.gd\/*", "https:\/\/thepiratebay.cr\/*" ], "js": [ "jquery-2.1.4.min.js", "addImdbInfo.js" ], "run_at": "document_start", "css": [ "piratebay_imdb.css" ] } ] } |