IMDB to torrents

IMDB to torrents

Что такое IMDB to torrents?

IMDB to torrents - это расширение Chrome, разработанное Michael Osincev, и его основная функция - "IMDB to torrents".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения IMDB to torrents

Скачайте файлы расширений IMDB to torrents в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Short links to Download the movie from the IMDB site.                    

Основная информация о расширении

Название IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
Официальный URL https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
Описание IMDB to torrents
Размер файла 16.38 KB
Количество установок 28
Текущая Версия 2
Последнее Обновление 2023-06-21
Дата публикации 2021-07-07
Разработчик Michael Osincev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}