IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

Qu'est-ce que IMDb for Torrentz ?

IMDb for Torrentz est une extension Chrome développée par bodyflex, et sa fonction principale est "Adds IMDb information to torrent files on Torrentz.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMDb for Torrentz

Téléchargez les fichiers d'extension IMDb for Torrentz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
URL Officiel https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Description Adds IMDb information to torrent files on Torrentz.
Taille du Fichier 15.64 KB
Nombre d'Installations 438
Version Actuelle 0.4.1
Dernière Mise à Jour 2015-03-18
Date de Publication 2015-03-18
Évaluation 4.67/5 Total 9 Évaluations
Développeur bodyflex
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}