Torrent Search

Fast torrent search for movie, music Torrent Search. Enter your search word.

O que é Torrent Search?

Torrent Search é uma extensão do Chrome desenvolvida por Trellonet, e sua principal característica é "Fast torrent search for movie, music Torrent Search. Enter your search word.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Torrent Search

Baixe arquivos de extensão Torrent Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Torrent Search Torrent Search
ID mjfkhdokgloajdhicnjngfldhfibkckp
URL Oficial https://chromewebstore.google.com/detail/torrent-search/mjfkhdokgloajdhicnjngfldhfibkckp
Descrição Fast torrent search for movie, music Torrent Search. Enter your search word.
Tamanho do Arquivo 99.48 KB
Contagem de Instalações 3,446
Versão Atual 1.0.0
Última Atualização 2020-07-15
Data de Publicação 2020-07-14
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Trellonet
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.trellonet.com/privacy.html
Idiomas Suportados 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
}