torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

torrent2boxคืออะไร?

torrent2box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peardropsoftware และคุณลักษณะหลักของมันคือ "Upload torrents from your browser to your ruTorrent seedbox."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย torrent2box

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

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

                        This extension only transfers .torrent files and magnet urls from your computer to the ruTorrent seed box that you specify in the extension options. It does not collect, track or transmit any other data.                    

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

ชื่อ torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
คำอธิบาย Upload torrents from your browser to your ruTorrent seedbox.
ขนาดไฟล์ 435 KB
จำนวนการติดตั้ง 534
เวอร์ชันปัจจุบัน 0.0.22
อัปเดตครั้งล่าสุด 2023-08-06
วันที่เผยแพร่ 2020-06-19
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา peardropsoftware
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/peardropsoftware/torrent2box
URL หน้าช่วยเหลือ https://github.com/peardropsoftware/torrent2box/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "torrent2box",
    "version": "0.0.22",
    "description": "Upload torrents from your browser to your ruTorrent seedbox.",
    "icons": {
        "16": "images\/icon-green-16.png",
        "48": "images\/icon-green-48.png",
        "128": "images\/icon-green-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-vendor.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-green-48.png",
                "images\/icon-red-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}