Torrent-Dorayaki
A Torrent Search
Torrent-Dorayakiคืออะไร?
Torrent-Dorayaki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zpqsunny และคุณลักษณะหลักของมันคือ "A Torrent Search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrent-Dorayaki
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |