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.”。

扩展截图

screenshot

下载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 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
}