Torrent Beast

Torrents Seach and Download

Qu'est-ce que Torrent Beast ?

Torrent Beast est une extension Chrome développée par Torrent Beast Software, et sa fonction principale est "Torrents Seach and Download".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Torrent Beast

Téléchargez les fichiers d'extension Torrent Beast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Torrent Beast Torrent Beast
ID fjceekmpapinmdhfghihaeikdmbdnipm
URL Officiel https://chrome.google.com/webstore/detail/torrent-beast/fjceekmpapinmdhfghihaeikdmbdnipm
Description Torrents Seach and Download
Taille du Fichier 384 KB
Nombre d'Installations 6,000
Version Actuelle 0.8.1
Dernière Mise à Jour 2015-05-30
Date de Publication 2015-05-30
Évaluation 2.49/5 Total 134 Évaluations
Développeur Torrent Beast Software
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}