Torrent-Dorayaki
A Torrent Search
Cos'è Torrent-Dorayaki?
Torrent-Dorayaki è un'estensione di Chrome sviluppata da zpqsunny, e la sua funzione principale è "A Torrent Search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Torrent-Dorayaki
Scarica i file di estensione Torrent-Dorayaki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It is a torrent search tool that can search the metadata information of seeds in DHT network Informazioni di Base sull'Estensione
| Nome | |
| ID | jekflgekjidcpibhnnpiimekgckgnkop |
| URL Ufficiale | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
| Descrizione | A Torrent Search |
| Dimensione del File | 573 KB |
| Conteggio Installazioni | 74 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2024-01-06 |
| Data di Pubblicazione | 2023-02-17 |
| Sviluppatore | zpqsunny |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://github.com/zpqsunny/dht/blob/main/secretright.md |
| Lingue Supportate | 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"
]
} | |