Torrent-Dorayaki
A Torrent Search
Hvad er Torrent-Dorayaki?
Torrent-Dorayaki er en Chrome-udvidelse udviklet af zpqsunny, og dens hovedfunktion er "A Torrent Search".
Udvidelsesskærmbilleder
Download Torrent-Dorayaki-udvidelses-CRX-fil
Download Torrent-Dorayaki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It is a torrent search tool that can search the metadata information of seeds in DHT network
Grundlæggende oplysninger om udvidelsen
Navn | Torrent-Dorayaki |
ID | jekflgekjidcpibhnnpiimekgckgnkop |
Officiel URL | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
Beskrivelse | A Torrent Search |
Filstørrelse | 573 KB |
Antal Installationer | 74 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2024-01-06 |
Udgivelsesdato | 2023-02-17 |
Udvikler | zpqsunny |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://github.com/zpqsunny/dht/blob/main/secretright.md |
Understøttede Sprog | 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" ] } |