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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |