IMDb HD Movie Torrents

Adds HD movie torrent & streaming links to IMDb movie pages.

What is IMDb HD Movie Torrents?

IMDb HD Movie Torrents is a Chrome extension developed by Gyvastis, and its main feature is "Adds HD movie torrent & streaming links to IMDb movie pages.".

Extension Screenshots

screenshot
screenshot

Download IMDb HD Movie Torrents Extension CRX File

Download IMDb HD Movie Torrents 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

                        Adds movie HD torrent & streaming links to IMDb movie pages.
* torrent, netflix & online streaming links inside movie detail page
* embed movie trailer from YouTube if IMDb doesn't supply one
* latest torrents widget in index page sidebar                    

Extension Basic Information

Name IMDb HD Movie Torrents IMDb HD Movie Torrents
ID aigcaiclehmgphlnnjcohbkbfjhddgan
Official URL https://chromewebstore.google.com/detail/imdb-hd-movie-torrents/aigcaiclehmgphlnnjcohbkbfjhddgan
Description Adds HD movie torrent & streaming links to IMDb movie pages.
File Size 37.42 KB
Installation Count 614
Current Version 2.7.0
Last Updated 2020-04-02
Publish Date 2020-03-28
Rating 4.38/5 Total 13 Ratings
Developer Gyvastis
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb HD Movie Torrents",
    "version": "2.7.0",
    "manifest_version": 2,
    "description": "Adds HD movie torrent & streaming links to IMDb movie pages.",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "latest.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/www.imdb.com\/*"
            ]
        },
        {
            "js": [
                "jquery.min.js",
                "details.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/www.imdb.com\/title\/*"
            ]
        }
    ]
}