Torrent-Dorayaki

A Torrent Search

Vad är Torrent-Dorayaki?

Torrent-Dorayaki är en Chrome-tillägg utvecklad av zpqsunny, och dess huvudfunktion är "A Torrent Search".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Torrent-Dorayaki-förlängningens CRX-fil

Ladda ner Torrent-Dorayaki-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Torrent-Dorayaki Torrent-Dorayaki
ID jekflgekjidcpibhnnpiimekgckgnkop
Officiell webbadress https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop
Beskrivning A Torrent Search
Filstorlek 573 KB
Antal Installationer 74
Aktuell Version 0.1.2
Senast Uppdaterad 2024-01-06
Publiceringsdatum 2023-02-17
Utvecklare zpqsunny
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/zpqsunny/dht/blob/main/secretright.md
Stödda Språk 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"
    ]
}