Torrent-Dorayaki

A Torrent Search

Torrent-Dorayaki là gì?

Torrent-Dorayaki là một tiện ích mở rộng Chrome được phát triển bởi zpqsunny, và tính năng chính của nó là "A Torrent Search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent-Dorayaki

Tải xuống các tệp mở rộng Torrent-Dorayaki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torrent-Dorayaki Torrent-Dorayaki
ID jekflgekjidcpibhnnpiimekgckgnkop
URL Chính Thức https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop
Mô tả A Torrent Search
Kích Thước Tệp 573 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2024-01-06
Ngày Phát Hành 2023-02-17
Nhà Phát Triển zpqsunny
Email torrentweb.club@gmail.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/zpqsunny/dht/blob/main/secretright.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}