JSTorrent Helper extension
Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality
Qu'est-ce que JSTorrent Helper extension ?
JSTorrent Helper extension est une extension Chrome développée par https://jstorrent.com, et sa fonction principale est "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSTorrent Helper extension
Téléchargez les fichiers d'extension JSTorrent Helper extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | JSTorrent Helper extension |
ID | bnceafpojmnimbnhamaeedgomdcgnbjk |
URL Officiel | https://chromewebstore.google.com/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk |
Description | Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality |
Taille du Fichier | 107 KB |
Nombre d'Installations | 24,082 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2016-10-14 |
Date de Publication | 2016-10-13 |
Évaluation | 3.81/5 Total 188 Évaluations |
Développeur | https://jstorrent.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kzahel/jstorrent |
URL de la Page d'Aide | https://github.com/kzahel/jstorrent/issues |
URL de la Page de Politique de Confidentialité | http://graehlarts.com/privacy.html |
Langues Prises en Charge | 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" } } |