TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
What is TorrentLeech IMDb-ify?
TorrentLeech IMDb-ify is a Chrome extension developed by jdw, and its main feature is "Allows TL users to see at a glance what the selected movie/tv series is about.".
Extension Screenshots
Download TorrentLeech IMDb-ify Extension CRX File
Download TorrentLeech IMDb-ify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dynamically creates a pane visualizing key information of the selected item.
Extension Basic Information
Name | TorrentLeech IMDb-ify |
ID | njebdiiinbcomfljbdllgekmlglnmoie |
Official URL | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
Description | Allows TL users to see at a glance what the selected movie/tv series is about. |
File Size | 58.03 KB |
Installation Count | 40 |
Current Version | 1.3.8 |
Last Updated | 2016-04-20 |
Publish Date | 2016-04-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | jdw |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |