Magnet Link and .torrent to Transmission

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

Cos'è Magnet Link and .torrent to Transmission?

Magnet Link and .torrent to Transmission è un'estensione di Chrome sviluppata da bmpenuelas, e la sua funzione principale è "One click to send magnet links and .torrent to your Transmission server".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magnet Link and .torrent to Transmission

Scarica i file di estensione Magnet Link and .torrent to Transmission in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
URL Ufficiale https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
Descrizione One click to send magnet links and .torrent to your Transmission server
Dimensione del File 1.12 MB
Conteggio Installazioni 9,000
Versione Corrente 0.0.5
Ultimo Aggiornamento 2020-12-13
Data di Pubblicazione 2019-08-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore bmpenuelas
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
Lingue Supportate 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"
            ]
        }
    ]
}