IMDB to torrents

IMDB to torrents

Co to jest IMDB to torrents?

IMDB to torrents to rozszerzenie Chrome opracowane przez Michael Osincev, a jego główną funkcją jest „IMDB to torrents”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IMDB to torrents

Pobierz pliki rozszerzeń IMDB to torrents w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Short links to Download the movie from the IMDB site.                    

Podstawowe informacje o rozszerzeniu

Nazwa IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
Oficjalny URL https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Opis IMDB to torrents
Rozmiar pliku 16.38 KB
Liczba instalacji 28
Aktualna Wersja 2
Ostatnia Aktualizacja 2023-06-21
Data Publikacji 2021-07-07
Deweloper Michael Osincev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}