Torrent-Dorayaki
A Torrent Search
ما هو Torrent-Dorayaki؟
Torrent-Dorayaki هو إضافة Chrome تم تطويرها بواسطة zpqsunny، والميزة الرئيسية لها هي "A Torrent Search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Torrent-Dorayaki
قم بتنزيل ملفات الامتداد Torrent-Dorayaki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is a torrent search tool that can search the metadata information of seeds in DHT network معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |