Torrent-Dorayaki
A Torrent Search
Qu'est-ce que Torrent-Dorayaki ?
Torrent-Dorayaki est une extension Chrome développée par zpqsunny, et sa fonction principale est "A Torrent Search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Torrent-Dorayaki
Téléchargez les fichiers d'extension Torrent-Dorayaki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It is a torrent search tool that can search the metadata information of seeds in DHT network
Informations de Base sur l'Extension
Nom | Torrent-Dorayaki |
ID | jekflgekjidcpibhnnpiimekgckgnkop |
URL Officiel | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
Description | A Torrent Search |
Taille du Fichier | 573 KB |
Nombre d'Installations | 74 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2024-01-06 |
Date de Publication | 2023-02-17 |
Développeur | zpqsunny |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/zpqsunny/dht/blob/main/secretright.md |
Langues Prises en Charge | 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" ] } |