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
官方網址 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"
    ]
}