Torrent Beast

Torrents Seach and Download

Torrent Beast란 무엇입니까?

Torrent Beast은(는) Torrent Beast Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Torrents Seach and Download"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Torrent Beast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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