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.”。
扩展截图
下载Torch for Chrome (Early Access)扩展crx文件
下载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) |
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" ] } ] } |