IMDB to torrents

IMDB to torrents

Apa itu IMDB to torrents?

IMDB to torrents adalah ekstensi Chrome yang dikembangkan oleh Michael Osincev, dan fitur utamanya adalah "IMDB to torrents".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IMDB to torrents

Unduh file ekstensi IMDB to torrents dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Short links to Download the movie from the IMDB site.                    

Informasi Dasar Ekstensi

Nama IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
URL Resmi https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Deskripsi IMDB to torrents
Ukuran File 16.38 KB
Jumlah Instalasi 28
Versi Saat Ini 2
Terakhir Diperbarui 2023-06-21
Tanggal Publikasi 2021-07-07
Pengembang Michael Osincev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}