JSTorrent Helper extension
Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality
什么是JSTorrent Helper extension?
JSTorrent Helper extension是由https://jstorrent.com开发的Chrome扩展程序,该扩展的主要功能是“Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality”。
扩展截图
下载JSTorrent Helper extension扩展crx文件
下载JSTorrent Helper extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bnceafpojmnimbnhamaeedgomdcgnbjk |
| 官方URL | https://chromewebstore.google.com/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk |
| 简介 | Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality |
| 文件大小 | 107 KB |
| 安装次数 | 24,082 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2016-10-14 |
| 上架时间 | 2016-10-13 |
| 评分 | 3.81/5 共188次评分 |
| 开发者 | https://jstorrent.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/kzahel/jstorrent |
| 帮助页面URL | https://github.com/kzahel/jstorrent/issues |
| 隐私政策页面URL | http://graehlarts.com/privacy.html |
| 支持的语言 | 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"
}
} | |