IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

Cos'è IMDb for Torrentz?

IMDb for Torrentz è un'estensione di Chrome sviluppata da bodyflex, e la sua funzione principale è "Adds IMDb information to torrent files on Torrentz.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMDb for Torrentz

Scarica i file di estensione IMDb for Torrentz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
URL Ufficiale https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Descrizione Adds IMDb information to torrent files on Torrentz.
Dimensione del File 15.64 KB
Conteggio Installazioni 438
Versione Corrente 0.4.1
Ultimo Aggiornamento 2015-03-18
Data di Pubblicazione 2015-03-18
Valutazione 4.67/5 Totale 9 Valutazioni
Sviluppatore bodyflex
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}