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) là gì?

Torch for Chrome (Early Access) là một tiện ích mở rộng Chrome được phát triển bởi Anup Kashyap, và tính năng chính của nó là "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torch for Chrome (Early Access)

Tải xuống các tệp mở rộng Torch for Chrome (Early Access) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torch for Chrome (Early Access) Torch for Chrome (Early Access)
ID manpojdmhgfekbmjkialfcdgajnacbhd
URL Chính Thức https://chromewebstore.google.com/detail/torch-for-chrome-early-ac/manpojdmhgfekbmjkialfcdgajnacbhd
Mô tả Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search.
Kích Thước Tệp 85.2 KB
Số Lần Cài Đặt 1,314
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-05
Ngày Phát Hành 2021-01-03
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Anup Kashyap
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}