Torrent Beast

Torrents Seach and Download

Torrent Beast là gì?

Torrent Beast là một tiện ích mở rộng Chrome được phát triển bởi Torrent Beast Software, và tính năng chính của nó là "Torrents Seach and Download".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent Beast

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

                        Search your favourite torrents with the minimum effort

Searching through the best free trackers showing only the top 20 torrents with the most seeds

No redirects, just clicking on the results you immediatly start the download

Just try it and give us your oppinion and we'll be sure to make it even better


***NEW FACEBOOK PAGE***
http://www.facebook.com/pages/Torrent-Beast/453922904647126?ref=ts&fref=ts                    

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

Tên Torrent Beast Torrent Beast
ID fjceekmpapinmdhfghihaeikdmbdnipm
URL Chính Thức https://chrome.google.com/webstore/detail/torrent-beast/fjceekmpapinmdhfghihaeikdmbdnipm
Mô tả Torrents Seach and Download
Kích Thước Tệp 384 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2015-05-30
Ngày Phát Hành 2015-05-30
Đánh Giá 2.49/5 Tổng số 134 Đánh Giá
Nhà Phát Triển Torrent Beast Software
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrent Beast",
    "version": "0.8.1",
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Torrents Seach and Download",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*"
            ],
            "scripts": [
                "js\/InjectedCode.js"
            ],
            "js": [
                "js\/InjectedCode.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "img\/beast_extension.png",
        "default_popup": "Projecto.html"
    },
    "background": {
        "scripts": [
            "Eventos.js"
        ]
    },
    "icons": {
        "16": "img\/titulo16.png",
        "48": "img\/titulo.png",
        "128": "img\/titulo.png"
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "http:\/\/tb.rodrigomarinheiro.com\/TB\/*",
        "http:\/\/torrentbeast.yzi.me\/TB\/*"
    ]
}