TorrentLeech IMDb-ify

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

TorrentLeech IMDb-ify là gì?

TorrentLeech IMDb-ify là một tiện ích mở rộng Chrome được phát triển bởi jdw, và tính năng chính của nó là "Allows TL users to see at a glance what the selected movie/tv series is about.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TorrentLeech IMDb-ify

Tải xuống các tệp mở rộng TorrentLeech IMDb-ify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TorrentLeech IMDb-ify TorrentLeech IMDb-ify
ID njebdiiinbcomfljbdllgekmlglnmoie
URL Chính Thức https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie
Mô tả Allows TL users to see at a glance what the selected movie/tv series is about.
Kích Thước Tệp 58.03 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.3.8
Cập Nhật Lần Cuối 2016-04-20
Ngày Phát Hành 2016-04-20
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jdw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}