IMDB to torrents

IMDB to torrents

What is IMDB to torrents?

IMDB to torrents is a Chrome extension developed by Michael Osincev, and its main feature is "IMDB to torrents".

Extension Screenshots

screenshot
screenshot

Download IMDB to torrents Extension CRX File

Download IMDB to 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

                        Short links to Download the movie from the IMDB site.                    

Extension Basic Information

Name IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
Official URL https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Description IMDB to torrents
File Size 16.38 KB
Installation Count 28
Current Version 2
Last Updated 2023-06-21
Publish Date 2021-07-07
Developer Michael Osincev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDB to torrents",
    "version": "2",
    "description": "IMDB to torrents",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imdb.com\/*",
                "*:\/\/*.eztv.wf\/*"
            ],
            "js": [
                "imdbtorrentlinks.user.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}