Transmitter
This extension will send magnet links to your transmission server
ما هو Transmitter؟
Transmitter هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension will send magnet links to your transmission server".
تحميل ملف CRX للإضافة Transmitter
قم بتنزيل ملفات الامتداد Transmitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Configure your username, host, password & port by clicking the extension icon. Find a magnet link, right-click it & select the 'transmit' option in order to send the magnet link to your server.
معلومات أساسية عن التمديد
الاسم | Transmitter |
ID | pmeodbpiabolghlcfppieefdnmokeang |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/transmitter/pmeodbpiabolghlcfppieefdnmokeang |
الوصف | This extension will send magnet links to your transmission server |
حجم الملف | 173 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2017-04-25 |
تاريخ النشر | 2017-04-25 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/patrikpihlstrom/transmitter-chrome |
عنوان صفحة المساعدة | https://github.com/patrikpihlstrom/transmitter-chrome/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transmitter", "description": "This extension will send magnet links to your transmission server", "version": "0.0.0.2", "options_page": "html\/options.html", "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/transmitter.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "html\/options.html" }, "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "matches": [ " |