IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

O que é IMDb for Torrentz?

IMDb for Torrentz é uma extensão do Chrome desenvolvida por bodyflex, e sua principal característica é "Adds IMDb information to torrent files on Torrentz.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IMDb for Torrentz

Baixe arquivos de extensão IMDb for Torrentz 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

                        Now also works with HTTPS thanks to https://github.com/sodik82!

Adds IMDb-ratings to search results on all Torrentz-sites.

Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences.

GitHub: https://github.com/bodyflex/torrentz-imdb                    

Informações Básicas da Extensão

Nome IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
URL Oficial https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Descrição Adds IMDb information to torrent files on Torrentz.
Tamanho do Arquivo 15.64 KB
Contagem de Instalações 438
Versão Atual 0.4.1
Última Atualização 2015-03-18
Data de Publicação 2015-03-18
Classificação 4.67/5 Total de 9 Avaliações
Desenvolvedor bodyflex
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*"
            ]
        }
    ],
    "description": "Adds IMDb information to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "IMDb for Torrentz",
    "version": "0.4.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}