JSTorrent Helper extension

Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality

Cos'è JSTorrent Helper extension?

JSTorrent Helper extension è un'estensione di Chrome sviluppata da https://jstorrent.com, e la sua funzione principale è "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JSTorrent Helper extension

Scarica i file di estensione JSTorrent Helper extension 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

                        This is a browser extension that interacts with the JSTorrent BitTorrent Chrome app.

Formerly known as "JSTorrent Contextmenu extension", it adds a context menu "Add to JSTorrent" that allows you to right click on any .torrent links or magnet: links you find on the Web and have them load up in JSTorrent.

Update: Feb 22
- Removed unnecessary permissions

The new version makes using this extension even easier. It will detect if you have the partner application installed and give you a notification to install it or the free trial version.

So just give it a try and I guarantee you won't be disappointed!

Best used with JSTorrent (Paid, full version)
https://chrome.google.com/webstore/detail/jstorrent/anhdpjpojoipgpmfanmedjghaligalgb

JSTorrent is a ChromeOS torrent program that is a breeze to install and can download torrents.                    

Informazioni di Base sull'Estensione

Nome JSTorrent Helper extension JSTorrent Helper extension
ID bnceafpojmnimbnhamaeedgomdcgnbjk
URL Ufficiale https://chromewebstore.google.com/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk
Descrizione Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality
Dimensione del File 107 KB
Conteggio Installazioni 24,082
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-10-14
Data di Pubblicazione 2016-10-13
Valutazione 3.81/5 Totale 188 Valutazioni
Sviluppatore https://jstorrent.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kzahel/jstorrent
URL della Pagina di Aiuto https://github.com/kzahel/jstorrent/issues
URL della Pagina della Politica sulla Privacy http://graehlarts.com/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSTorrent Helper extension",
    "short_name": "JSTorrent Helper",
    "description": "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality",
    "version": "0.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "externally_connectable": {
        "ids": [
            "anhdpjpojoipgpmfanmedjghaligalgb",
            "abmohcnlldaiaodkpacnldcdnjjgldfh"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "js-16.png",
        "19": "js-19.png",
        "32": "js-32.png",
        "48": "js-48.png",
        "96": "js-96.png",
        "128": "js-128.png",
        "256": "js-256.png",
        "512": "js-512.png"
    }
}