Torrent-Dorayaki
A Torrent Search
Apa itu Torrent-Dorayaki?
Torrent-Dorayaki adalah ekstensi Chrome yang dikembangkan oleh zpqsunny, dan fitur utamanya adalah "A Torrent Search".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Torrent-Dorayaki
Unduh file ekstensi Torrent-Dorayaki dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It is a torrent search tool that can search the metadata information of seeds in DHT network
Informasi Dasar Ekstensi
Nama | Torrent-Dorayaki |
ID | jekflgekjidcpibhnnpiimekgckgnkop |
URL Resmi | https://chromewebstore.google.com/detail/torrent-dorayaki/jekflgekjidcpibhnnpiimekgckgnkop |
Deskripsi | A Torrent Search |
Ukuran File | 573 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2024-01-06 |
Tanggal Publikasi | 2023-02-17 |
Pengembang | zpqsunny |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/zpqsunny/dht/blob/main/secretright.md |
Bahasa yang Didukung | 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" ] } |