TorrentLeech IMDb-ify

Allows TL users to see at a glance what the selected movie/tv series is about.

Cos'è TorrentLeech IMDb-ify?

TorrentLeech IMDb-ify è un'estensione di Chrome sviluppata da jdw, e la sua funzione principale è "Allows TL users to see at a glance what the selected movie/tv series is about.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TorrentLeech IMDb-ify

Scarica i file di estensione TorrentLeech IMDb-ify 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

                        Dynamically creates a pane visualizing key information of the selected item.                    

Informazioni di Base sull'Estensione

Nome TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
URL Ufficiale https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Descrizione Allows TL users to see at a glance what the selected movie/tv series is about.
Dimensione del File 58.03 KB
Conteggio Installazioni 40
Versione Corrente 1.3.8
Ultimo Aggiornamento 2016-04-20
Data di Pubblicazione 2016-04-20
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore jdw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TorrentLeech IMDb-ify",
    "version": "1.3.8",
    "description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/torrentleech.org\/torrents\/browse\/*",
                "http:\/\/www.torrentleech.org\/torrents\/browse\/*",
                "https:\/\/torrentleech.org\/torrents\/browse\/*",
                "https:\/\/www.torrentleech.org\/torrents\/browse\/*"
            ],
            "css": [
                "jquery.qtip.min.css",
                "style.css"
            ],
            "js": [
                "jquery.js",
                "jquery.qtip.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.qtip.min.js.map",
        "loading.gif"
    ]
}