Torrent-Dorayaki

A Torrent Search

什么是Torrent-Dorayaki?

Torrent-Dorayaki是由zpqsunny开发的Chrome扩展程序,该扩展的主要功能是“A Torrent Search”。

扩展截图

screenshot
screenshot

下载Torrent-Dorayaki扩展crx文件

下载Torrent-Dorayaki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Torrent-Dorayaki Torrent-Dorayaki
ID jekflgekjidcpibhnnpiimekgckgnkop
官方URL https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop
简介 A Torrent Search
文件大小 573 KB
安装次数 74
当前版本 0.1.2
更新时间 2024-01-06
上架时间 2023-02-17
开发者 zpqsunny
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/zpqsunny/dht/blob/main/secretright.md
支持的语言 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"
    ]
}