Xirvik .torrent to seedbox uploader

This extension adds options to .torrent files to upload them automatically to a number of popular BitTorrent clients.

Xirvik .torrent to seedbox uploaderคืออะไร?

Xirvik .torrent to seedbox uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xirvik.com และคุณลักษณะหลักของมันคือ "This extension adds options to .torrent files to upload them automatically to a number of popular BitTorrent clients."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xirvik .torrent to seedbox uploader

ดาวน์โหลดไฟล์ส่วนขยาย Xirvik .torrent to seedbox uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extensions allows you to upload .torrent files to your remote torrent client from Chrome, so you don't need to download the .torrent then login into the client, click upload, select the file from your computer, etc. Just click on the .torrent file and select "Upload to...".

The upload is performed by interacting with the client's web UI.

The following clients are supported:

- rtorrent (using rutorrent to handle the upload)
- utorrent 
- Deluge 
- torrentflux-b4rt
- qbittorrent

The extension is generic. While we test it in our specific setup it's known to work fine with default installs of the torrent clients and interfaces.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xirvik .torrent to seedbox uploader Xirvik .torrent to seedbox uploader
ID gljdkkichjgocpdmiaachhlfccddcjgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xirvik-torrent-to-seedbox/gljdkkichjgocpdmiaachhlfccddcjgb
คำอธิบาย This extension adds options to .torrent files to upload them automatically to a number of popular BitTorrent clients.
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 3,145
เวอร์ชันปัจจุบัน 3.15
อัปเดตครั้งล่าสุด 2023-06-11
วันที่เผยแพร่ 2020-01-13
คะแนน 4.65/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา https://www.xirvik.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/xirvik-16.png",
        "default_popup": "options.html",
        "default_title": "Xirvik"
    },
    "content_scripts": [
        {
            "css": [
                "css\/dialogs.css",
                "css\/ui-lightness\/jquery-ui.css",
                "css\/jquery.fancybox.css"
            ],
            "js": [
                "config.js",
                "content.js",
                "util.js",
                "document_event.js",
                "jquery.js",
                "jquery-ui.js",
                "jquery.fancybox.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/xirvik-128.png",
        "16": "images\/xirvik-16.png",
        "32": "images\/xirvik-32.png",
        "48": "images\/xirvik-48.png",
        "64": "images\/xirvik-64.png",
        "96": "images\/xirvik-96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgT4gkquuurB0fYL4NMhJxYH5lE80++jB21N4VTdGffVMEGWXjDCUEdsQR4TXzHwEEzB0XQtCSqBKTKFz4zsql4vmxrLpmr\/kRRh308zhRJqWZO+ANPXMGSFQSgF4KnuQ+WuaI5g+wlxxli8EbScYX3BIEGCDxRCGp5+ZrI4Y9XSt2GmN+pKkfjXOPrSjvCkmnhscPyOA5Dc1G6AbHr1ra49Je9yZCy1efI93yR18XG+3ESQJA039gBYnw2g4sWprpmyCPE2fQDEULJqnyfWR1afXjBrC34uLCFONHuqDaoqBT8hpiaShBIoRLElAoMGUb8o8xswk6ZziDHpxJVYdWQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "43.0.0.0",
    "name": "__MSG_ext_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_ext_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.15",
    "web_accessible_resources": [
        "upload_options.html",
        "seedboxes.html",
        "config.js",
        "content.js",
        "util.js",
        "jquery.js",
        "jquery-ui.js",
        "jquery.fancybox.js",
        "css\/*.css",
        "css\/ui-lightness\/images\/*.png",
        "images\/*.png",
        "images\/*.gif"
    ]
}