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
Eメール [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"
    ]
}