Torch for Chrome (Early Access)

Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.

Qu'est-ce que Torch for Chrome (Early Access) ?

Torch for Chrome (Early Access) est une extension Chrome développée par Anup Kashyap, et sa fonction principale est "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Torch for Chrome (Early Access)

Téléchargez les fichiers d'extension Torch for Chrome (Early Access) 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

                        Torch Torrent Search for chrome (Early Access)

Tired of annoying ads and popus while searching for torrents?
With torch, you can directly get torrents from your google search results page without any hassles.

Step 1: Search on google (You can search for movies, TV shows, games, softwares, etc.)
Step 2: Click on the download icon next to the title to load available torrents
Step 3: Download the torrent which you want with a button's click

Requirements:
Any torrent client like BitTorrent or Transmission to open magnet links. 

Early access release
Please note that some of the features like searching for books by authors are experimental.

Please leave a feedback/suggestion/review.                    

Informations de Base sur l'Extension

Nom Torch for Chrome (Early Access) Torch for Chrome (Early Access)
ID manpojdmhgfekbmjkialfcdgajnacbhd
URL Officiel https://chromewebstore.google.com/detail/torch-for-chrome-early-ac/manpojdmhgfekbmjkialfcdgajnacbhd
Description Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.
Taille du Fichier 85.2 KB
Nombre d'Installations 1,314
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-01-05
Date de Publication 2021-01-03
Évaluation 4.60/5 Total 5 Évaluations
Développeur Anup Kashyap
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torch for Chrome (Early Access)",
    "version": "1.0.0",
    "description": "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Torch for Chrome"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "datatables.min.js",
                "content.js"
            ],
            "css": [
                "datatables.min.css"
            ]
        }
    ]
}