IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

IMDb for Torrentz là gì?

IMDb for Torrentz là một tiện ích mở rộng Chrome được phát triển bởi bodyflex, và tính năng chính của nó là "Adds IMDb information to torrent files on Torrentz.".

Ả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 IMDb for Torrentz

Tải xuống các tệp mở rộng IMDb for Torrentz 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

                        Now also works with HTTPS thanks to https://github.com/sodik82!

Adds IMDb-ratings to search results on all Torrentz-sites.

Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences.

GitHub: https://github.com/bodyflex/torrentz-imdb                    

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

Tên IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
URL Chính Thức https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Mô tả Adds IMDb information to torrent files on Torrentz.
Kích Thước Tệp 15.64 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2015-03-18
Ngày Phát Hành 2015-03-18
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển bodyflex
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*"
            ]
        }
    ],
    "description": "Adds IMDb information to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "IMDb for Torrentz",
    "version": "0.4.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}