JSTorrent Helper extension

Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality

JSTorrent Helper extension là gì?

JSTorrent Helper extension là một tiện ích mở rộng Chrome được phát triển bởi https://jstorrent.com, và tính năng chính của nó là "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSTorrent Helper extension

Tải xuống các tệp mở rộng JSTorrent Helper extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JSTorrent Helper extension JSTorrent Helper extension
ID bnceafpojmnimbnhamaeedgomdcgnbjk
URL Chính Thức https://chromewebstore.google.com/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk
Mô tả Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 24,082
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-10-14
Ngày Phát Hành 2016-10-13
Đánh Giá 3.81/5 Tổng số 188 Đánh Giá
Nhà Phát Triển https://jstorrent.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kzahel/jstorrent
URL Trang Trợ Giúp https://github.com/kzahel/jstorrent/issues
URL Trang Chính Sách Bảo Mật http://graehlarts.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}