IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

Wat is IMDb for Torrentz?

IMDb for Torrentz is een Chrome-extensie ontwikkeld door bodyflex, en de belangrijkste functie is "Adds IMDb information to torrent files on Torrentz.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IMDb for Torrentz

Download IMDb for Torrentz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
Officiële URL https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Beschrijving Adds IMDb information to torrent files on Torrentz.
Bestandsgrootte 15.64 KB
Aantal Installaties 438
Huidige Versie 0.4.1
Laatst Bijgewerkt 2015-03-18
Publicatiedatum 2015-03-18
Beoordeling 4.67/5 Totaal 9 Beoordelingen
Ontwikkelaar bodyflex
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}