Torrent-Dorayaki
A Torrent Search
Torrent-Dorayaki란 무엇입니까?
Torrent-Dorayaki은(는) zpqsunny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Torrent Search"입니다.
확장 프로그램 스크린샷
Torrent-Dorayaki 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |