Torrent-Dorayaki
A Torrent Search
Torrent-Dorayakiとは何ですか?
Torrent-Dorayakiはzpqsunnyによって開発されたChromeの拡張機能で、その主な機能は「A Torrent Search」です。
拡張機能のスクリーンショット
Torrent-Dorayaki拡張機能のCRXファイルをダウンロード
Torrent-Dorayaki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is a torrent search tool that can search the metadata information of seeds in DHT network
拡張機能の基本情報
名前 | Torrent-Dorayaki |
ID | jekflgekjidcpibhnnpiimekgckgnkop |
公式URL | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
説明 | A Torrent Search |
ファイルサイズ | 573 KB |
インストール数 | 74 |
現在のバージョン | 0.1.2 |
最終更新日 | 2024-01-06 |
公開日 | 2023-02-17 |
開発者 | zpqsunny |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/zpqsunny/dht/blob/main/secretright.md |
対応言語 | 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" ] } |