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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |