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.

Τι είναι το Torch for Chrome (Early Access);

Το Torch for Chrome (Early Access) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anup Kashyap, και η κύρια λειτουργία του είναι "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Torch for Chrome (Early Access)

Λήψη αρχείων επέκτασης Torch for Chrome (Early Access) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Torch for Chrome (Early Access) Torch for Chrome (Early Access)
ID manpojdmhgfekbmjkialfcdgajnacbhd
Επίσημο URL https://chromewebstore.google.com/detail/torch-for-chrome-early-ac/manpojdmhgfekbmjkialfcdgajnacbhd
Περιγραφή Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.
Μέγεθος Αρχείου 85.2 KB
Αριθμός Εγκαταστάσεων 1,314
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-01-05
Ημερομηνία Δημοσίευσης 2021-01-03
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Anup Kashyap
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}