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) 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Torch for Chrome (Early Access) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}