Torrent Search
Fast torrent search for movie, music Torrent Search. Enter your search word.
Torrent Searchとは何ですか?
Torrent SearchはTrellonetによって開発されたChromeの拡張機能で、その主な機能は「Fast torrent search for movie, music Torrent Search. Enter your search word.」です。
拡張機能のスクリーンショット
Torrent Search拡張機能のCRXファイルをダウンロード
Torrent Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fast torrent search for movie, music, games Fast torrent search for movies music, games Torrent Search, Enter your search word. You can quickly and easily search Torrent files in the world. What is a torrent? A torrent file stores data about files for use with BitTorrent, a peer-to-peer file-sharing protocol that enables users to send and receive files in small pieces to and from computers across the Internet All torrenting takes place using a torrent program. Examples of torrenting programs include uTorrent, Azureus and the original BitTorrent What is a .torrent file? This is a small metadata file. Metadata here means that the file contains information about the data you want to download, not the data itself. What are seeds? A seed is a client that has a complete copy of the data of a certain torrent. Once your BitTorrent client finishes downloading, it will remain open until you click the Finish button (or otherwise close it). This is known as being a seed or seeding.
拡張機能の基本情報
名前 | Torrent Search |
ID | mjfkhdokgloajdhicnjngfldhfibkckp |
公式URL | https://chromewebstore.google.com/detail/torrent-search/mjfkhdokgloajdhicnjngfldhfibkckp |
説明 | Fast torrent search for movie, music Torrent Search. Enter your search word. |
ファイルサイズ | 99.48 KB |
インストール数 | 3,446 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-15 |
公開日 | 2020-07-14 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | Trellonet |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.trellonet.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Torrent Search", "version": "1.0.0", "description": "Fast torrent search for movie, music Torrent Search. Enter your search word.", "permissions": [ "https:\/\/*\/*", "storage" ], "background": { "scripts": [ ".\/static\/js\/background.js", ".\/static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": ".\/static\/image\/icon.png", "default_title": "Torrent Search", "default_popup": "popup.html" }, "icons": { "16": ".\/static\/image\/icon.png", "32": ".\/static\/image\/icon.png", "48": ".\/static\/image\/icon.png", "128": ".\/static\/image\/icon.png" }, "manifest_version": 2 } |