IMDB to torrents

IMDB to torrents

Was ist IMDB to torrents?

IMDB to torrents ist eine Chrome-Erweiterung, die von Michael Osincev entwickelt wurde, und ihr Hauptmerkmal ist "IMDB to torrents".

Erweiterungsscreenshots

screenshot
screenshot

IMDB to torrents-Erweiterungs-CRX-Datei herunterladen

Laden Sie IMDB to torrents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Short links to Download the movie from the IMDB site.                    

Grundlegende Informationen zur Erweiterung

Name IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
Offizielle URL https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Beschreibung IMDB to torrents
Dateigröße 16.38 KB
Installationsanzahl 28
Aktuelle Version 2
Letztes Update 2023-06-21
Veröffentlichungsdatum 2021-07-07
Entwickler Michael Osincev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}