IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
What is IMDb for Torrentz?
IMDb for Torrentz is a Chrome extension developed by bodyflex, and its main feature is "Adds IMDb information to torrent files on Torrentz.".
Extension Screenshots
Download IMDb for Torrentz Extension CRX File
Download IMDb for Torrentz 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
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
Extension Basic Information
Name | IMDb for Torrentz |
ID | kmickmhkjdjhhehdfehhbhfalalajjng |
Official URL | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
Description | Adds IMDb information to torrent files on Torrentz. |
File Size | 15.64 KB |
Installation Count | 438 |
Current Version | 0.4.1 |
Last Updated | 2015-03-18 |
Publish Date | 2015-03-18 |
Rating | 4.67/5 Total 9 Ratings |
Developer | bodyflex |
Payment Type | free |
Supported Languages | 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" ] } } |