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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Torch torrent search extention gets rid of all the hassles in finding torrents by bringing it right into your google search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Torch for Chrome (Early Access) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}