Torrent-Dorayaki
A Torrent Search
Co to jest Torrent-Dorayaki?
Torrent-Dorayaki to rozszerzenie Chrome opracowane przez zpqsunny, a jego główną funkcją jest „A Torrent Search”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Torrent-Dorayaki
Pobierz pliki rozszerzeń Torrent-Dorayaki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It is a torrent search tool that can search the metadata information of seeds in DHT network
Podstawowe informacje o rozszerzeniu
Nazwa | Torrent-Dorayaki |
ID | jekflgekjidcpibhnnpiimekgckgnkop |
Oficjalny URL | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
Opis | A Torrent Search |
Rozmiar pliku | 573 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2024-01-06 |
Data Publikacji | 2023-02-17 |
Deweloper | zpqsunny |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/zpqsunny/dht/blob/main/secretright.md |
Obsługiwane Języki | 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" ] } |