IMDB to torrents

IMDB to torrents

Wat is IMDB to torrents?

IMDB to torrents is een Chrome-extensie ontwikkeld door Michael Osincev, en de belangrijkste functie is "IMDB to torrents".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie IMDB to torrents

Download IMDB to torrents-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Short links to Download the movie from the IMDB site.                    

Basisinformatie over de Extensie

Naam IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
Officiële URL https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Beschrijving IMDB to torrents
Bestandsgrootte 16.38 KB
Aantal Installaties 28
Huidige Versie 2
Laatst Bijgewerkt 2023-06-21
Publicatiedatum 2021-07-07
Ontwikkelaar Michael Osincev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}