Torrent Beast

Torrents Seach and Download

什么是Torrent Beast?

Torrent Beast是由Torrent Beast Software开发的Chrome扩展程序,该扩展的主要功能是“Torrents Seach and Download”。

扩展截图

screenshot
screenshot
screenshot

下载Torrent Beast扩展crx文件

下载Torrent Beast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Torrent Beast Torrent Beast
ID fjceekmpapinmdhfghihaeikdmbdnipm
官方URL https://chrome.google.com/webstore/detail/torrent-beast/fjceekmpapinmdhfghihaeikdmbdnipm
简介 Torrents Seach and Download
文件大小 384 KB
安装次数 6,000
当前版本 0.8.1
更新时间 2015-05-30
上架时间 2015-05-30
评分 2.49/5 共134次评分
开发者 Torrent Beast Software
付费类型 free
支持的语言 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\/*"
    ]
}