IMDB to torrents

IMDB to torrents

Qu'est-ce que IMDB to torrents ?

IMDB to torrents est une extension Chrome développée par Michael Osincev, et sa fonction principale est "IMDB to torrents".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IMDB to torrents

Téléchargez les fichiers d'extension IMDB to torrents au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Short links to Download the movie from the IMDB site.                    

Informations de Base sur l'Extension

Nom IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
URL Officiel https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Description IMDB to torrents
Taille du Fichier 16.38 KB
Nombre d'Installations 28
Version Actuelle 2
Dernière Mise à Jour 2023-06-21
Date de Publication 2021-07-07
Développeur Michael Osincev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}