TorrentLeech IMDb-ify

Allows TL users to see at a glance what the selected movie/tv series is about.

Что такое TorrentLeech IMDb-ify?

TorrentLeech IMDb-ify - это расширение Chrome, разработанное jdw, и его основная функция - "Allows TL users to see at a glance what the selected movie/tv series is about.".

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

screenshot

Скачать файл CRX расширения TorrentLeech IMDb-ify

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

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

                        Dynamically creates a pane visualizing key information of the selected item.                    

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

Название TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
Официальный URL https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Описание Allows TL users to see at a glance what the selected movie/tv series is about.
Размер файла 58.03 KB
Количество установок 40
Текущая Версия 1.3.8
Последнее Обновление 2016-04-20
Дата публикации 2016-04-20
Рейтинг 4.50/5 Всего 2 оценок
Разработчик jdw
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TorrentLeech IMDb-ify",
    "version": "1.3.8",
    "description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/torrentleech.org\/torrents\/browse\/*",
                "http:\/\/www.torrentleech.org\/torrents\/browse\/*",
                "https:\/\/torrentleech.org\/torrents\/browse\/*",
                "https:\/\/www.torrentleech.org\/torrents\/browse\/*"
            ],
            "css": [
                "jquery.qtip.min.css",
                "style.css"
            ],
            "js": [
                "jquery.js",
                "jquery.qtip.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.qtip.min.js.map",
        "loading.gif"
    ]
}