TorrentLeech IMDb-ify

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

Wat is TorrentLeech IMDb-ify?

TorrentLeech IMDb-ify is een Chrome-extensie ontwikkeld door jdw, en de belangrijkste functie is "Allows TL users to see at a glance what the selected movie/tv series is about.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TorrentLeech IMDb-ify

Download TorrentLeech IMDb-ify-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

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

Basisinformatie over de Extensie

Naam TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
Officiële URL https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Beschrijving Allows TL users to see at a glance what the selected movie/tv series is about.
Bestandsgrootte 58.03 KB
Aantal Installaties 40
Huidige Versie 1.3.8
Laatst Bijgewerkt 2016-04-20
Publicatiedatum 2016-04-20
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar jdw
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}