Magnet Link and .torrent to Transmission

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

¿Qué es Magnet Link and .torrent to Transmission?

Magnet Link and .torrent to Transmission es una extensión de Chrome desarrollada por bmpenuelas, y su función principal es "One click to send magnet links and .torrent to your Transmission server".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Magnet Link and .torrent to Transmission

Descarga archivos de extensión Magnet Link and .torrent to Transmission en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
URL Oficial https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
Descripción One click to send magnet links and .torrent to your Transmission server
Tamaño del Archivo 1.12 MB
Cantidad de Instalaciones 9,000
Versión Actual 0.0.5
Última Actualización 2020-12-13
Fecha de Publicación 2019-08-16
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador bmpenuelas
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
Idiomas Soportados 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"
            ]
        }
    ]
}