Torrent-Dorayaki

A Torrent Search

O que é Torrent-Dorayaki?

Torrent-Dorayaki é uma extensão do Chrome desenvolvida por zpqsunny, e sua principal característica é "A Torrent Search".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Torrent-Dorayaki

Baixe arquivos de extensão Torrent-Dorayaki 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

                        It is a torrent search tool that can search the metadata information of seeds in DHT network                    

Informações Básicas da Extensão

Nome Torrent-Dorayaki Torrent-Dorayaki
ID jekflgekjidcpibhnnpiimekgckgnkop
URL Oficial https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop
Descrição A Torrent Search
Tamanho do Arquivo 573 KB
Contagem de Instalações 74
Versão Atual 0.1.2
Última Atualização 2024-01-06
Data de Publicação 2023-02-17
Desenvolvedor zpqsunny
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/zpqsunny/dht/blob/main/secretright.md
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "action": {
        "default_icon": {
            "16": "images\/torrent16.png",
            "32": "images\/torrent32.png"
        },
        "default_title": "A Torrent Search"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/torrent16.png",
        "48": "images\/torrent48.png",
        "128": "images\/torrent128.png"
    },
    "description": "A Torrent Search",
    "author": "zpq",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "background",
        "activeTab"
    ]
}