IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

¿Qué es IMDb for Torrentz?

IMDb for Torrentz es una extensión de Chrome desarrollada por bodyflex, y su función principal es "Adds IMDb information to torrent files on Torrentz.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IMDb for Torrentz

Descarga archivos de extensión IMDb for Torrentz en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
URL Oficial https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Descripción Adds IMDb information to torrent files on Torrentz.
Tamaño del Archivo 15.64 KB
Cantidad de Instalaciones 438
Versión Actual 0.4.1
Última Actualización 2015-03-18
Fecha de Publicación 2015-03-18
Calificación 4.67/5 Total de 9 Calificaciones
Desarrollador bodyflex
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}