Magnet Link and .torrent to Transmission

One click to send magnet links and .torrent to your Transmission server

Magnet Link and .torrent to Transmissionคืออะไร?

Magnet Link and .torrent to Transmission เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bmpenuelas และคุณลักษณะหลักของมันคือ "One click to send magnet links and .torrent to your Transmission server"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magnet Link and .torrent to Transmission

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

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

                        With this extension, clicking a Magnet Link or a link to a .torrent file will send the torrent to your Transmission Server.

- Replaces the default behavior when clicking torrent links.
- Default behavior can still be used with right click or mouse-wheel click.
- A message confirming whether the torrent was successfully added is shown.
- Click the extension button to open the Transmission Web Interface.                    

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

ชื่อ Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
คำอธิบาย One click to send magnet links and .torrent to your Transmission server
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2020-12-13
วันที่เผยแพร่ 2019-08-16
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา bmpenuelas
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnet Link and .torrent to Transmission",
    "short_name": "Torrent2TS",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "One click to send magnet links and .torrent to your Transmission server",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Magnet link to Transmission"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/vendor\/jquery-3.3.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}