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
官方網址 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"
    ]
}