TorrentLeech IMDb-ify

Allows TL users to see at a glance what the selected movie/tv series is about.

O que é TorrentLeech IMDb-ify?

TorrentLeech IMDb-ify é uma extensão do Chrome desenvolvida por jdw, e sua principal característica é "Allows TL users to see at a glance what the selected movie/tv series is about.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TorrentLeech IMDb-ify

Baixe arquivos de extensão TorrentLeech IMDb-ify 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

                        Dynamically creates a pane visualizing key information of the selected item.                    

Informações Básicas da Extensão

Nome TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
URL Oficial https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Descrição Allows TL users to see at a glance what the selected movie/tv series is about.
Tamanho do Arquivo 58.03 KB
Contagem de Instalações 40
Versão Atual 1.3.8
Última Atualização 2016-04-20
Data de Publicação 2016-04-20
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor jdw
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TorrentLeech IMDb-ify",
    "version": "1.3.8",
    "description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/torrentleech.org\/torrents\/browse\/*",
                "http:\/\/www.torrentleech.org\/torrents\/browse\/*",
                "https:\/\/torrentleech.org\/torrents\/browse\/*",
                "https:\/\/www.torrentleech.org\/torrents\/browse\/*"
            ],
            "css": [
                "jquery.qtip.min.css",
                "style.css"
            ],
            "js": [
                "jquery.js",
                "jquery.qtip.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.qtip.min.js.map",
        "loading.gif"
    ]
}