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\/*"
    ]
}