TorrentLeech IMDb-ify

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

Vad är TorrentLeech IMDb-ify?

TorrentLeech IMDb-ify är en Chrome-tillägg utvecklad av jdw, och dess huvudfunktion är "Allows TL users to see at a glance what the selected movie/tv series is about.".

Tilläggsskärmbilder

screenshot

Ladda ner TorrentLeech IMDb-ify-förlängningens CRX-fil

Ladda ner TorrentLeech IMDb-ify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
Officiell webbadress https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Beskrivning Allows TL users to see at a glance what the selected movie/tv series is about.
Filstorlek 58.03 KB
Antal Installationer 40
Aktuell Version 1.3.8
Senast Uppdaterad 2016-04-20
Publiceringsdatum 2016-04-20
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare jdw
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}