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是由jdw开发的Chrome扩展程序,该扩展的主要功能是“Allows TL users to see at a glance what the selected movie/tv series is about.”。

扩展截图

screenshot

下载TorrentLeech IMDb-ify扩展crx文件

下载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"
    ]
}