magnet Link to Transmission Server
A chrome extension helps you add magnet link to Transmission Server.
magnet Link to Transmission Server क्या है?
magnet Link to Transmission Server https://alleen.tw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension helps you add magnet link to Transmission Server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में magnet Link to Transmission Server एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A chrome extension helps you fast add magnet link to Transmission server. After you install this extension, you will get a magnet icon on toolbar. Click the icon to set your Transmission ip, port, url and try to fetch token. Then you could use right click on any tag, there's a "Send magnet link to Transmission" adding to context menu . Home Page : https://github.com/alleen/magnetToTransmission Bug Report : https://github.com/alleen/magnetToTransmission/issues Released Note: Version 0.5 : 1. Add direct send the "magnet hash code" to Transmission server. Version 0.6 : 1. Fixed PORE and URL can't to change issue.
एक्सटेंशन की मूल जानकारी
नाम | magnet Link to Transmission Server |
ID | hhgffaamginikggmhlgipghjkhcepnbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/magnet-link-to-transmissi/hhgffaamginikggmhlgipghjkhcepnbk |
विवरण | A chrome extension helps you add magnet link to Transmission Server. |
फ़ाइल का आकार | 560 KB |
स्थापना संख्या | 908 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2019-08-26 |
प्रकाशन तिथि | 2019-08-25 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | https://alleen.tw |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/alleen/magnetToTransmission |
सहायता पृष्ठ URL | https://github.com/alleen/magnetToTransmission |
समर्थित भाषाएँ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Alleen Wang", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.7", "default_locale": "en", "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "assets\/icon\/icon-16.png", "38": "assets\/icon\/icon-32.png" } }, "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "64": "assets\/icon\/icon-64.png", "96": "assets\/icon\/icon-96.png", "128": "assets\/icon\/icon-128.png", "256": "assets\/icon\/icon-256.png" }, "background": { "scripts": [ "assets\/lib\/jquery-2.1.3.min.js", "assets\/js\/content.js" ] }, "options_page": "preferences.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "preferences.html" ] } |