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 bmpenuelas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click to send magnet links and .torrent to your Transmission server"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magnet Link and .torrent to Transmission एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}