Torrent-Dorayaki
A Torrent Search
What is Torrent-Dorayaki?
Torrent-Dorayaki is a Chrome extension developed by zpqsunny, and its main feature is "A Torrent Search".
Extension Screenshots
Download Torrent-Dorayaki Extension CRX File
Download Torrent-Dorayaki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is a torrent search tool that can search the metadata information of seeds in DHT network Extension Basic Information
| Name | |
| ID | jekflgekjidcpibhnnpiimekgckgnkop |
| Official URL | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
| Description | A Torrent Search |
| File Size | 573 KB |
| Installation Count | 74 |
| Current Version | 0.1.2 |
| Last Updated | 2024-01-06 |
| Publish Date | 2023-02-17 |
| Developer | zpqsunny |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://github.com/zpqsunny/dht/blob/main/secretright.md |
| Supported Languages | 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"
]
} | |