Torrent-Dorayaki
A Torrent Search
Torrent-Dorayaki क्या है?
Torrent-Dorayaki zpqsunny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Torrent Search"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrent-Dorayaki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
ईमेल | torrentweb.club@gmail.com |
भुगतान के प्रकार | 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" ] } |