Magnet Link and .torrent to Transmission

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

Vad är Magnet Link and .torrent to Transmission?

Magnet Link and .torrent to Transmission är en Chrome-tillägg utvecklad av bmpenuelas, och dess huvudfunktion är "One click to send magnet links and .torrent to your Transmission server".

Tilläggsskärmbilder

screenshot

Ladda ner Magnet Link and .torrent to Transmission-förlängningens CRX-fil

Ladda ner Magnet Link and .torrent to Transmission-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
Officiell webbadress https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
Beskrivning One click to send magnet links and .torrent to your Transmission server
Filstorlek 1.12 MB
Antal Installationer 9,000
Aktuell Version 0.0.5
Senast Uppdaterad 2020-12-13
Publiceringsdatum 2019-08-16
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare bmpenuelas
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
Stödda Språk 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"
            ]
        }
    ]
}