Torrent-Dorayaki
A Torrent Search
Wat is Torrent-Dorayaki?
Torrent-Dorayaki is een Chrome-extensie ontwikkeld door zpqsunny, en de belangrijkste functie is "A Torrent Search".
Extensie Screenshots
Download het CRX-bestand van de extensie Torrent-Dorayaki
Download Torrent-Dorayaki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It is a torrent search tool that can search the metadata information of seeds in DHT network Basisinformatie over de Extensie
| Naam | |
| ID | jekflgekjidcpibhnnpiimekgckgnkop |
| Officiële URL | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
| Beschrijving | A Torrent Search |
| Bestandsgrootte | 573 KB |
| Aantal Installaties | 74 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2024-01-06 |
| Publicatiedatum | 2023-02-17 |
| Ontwikkelaar | zpqsunny |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/zpqsunny/dht/blob/main/secretright.md |
| Ondersteunde Talen | 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"
]
} | |