Bitso
Bitso Google Chrome Extension. One Click torrent download.
什么是Bitso?
Bitso是由https://bitso24.com开发的Chrome扩展程序,该扩展的主要功能是“Bitso Google Chrome Extension. One Click torrent download.”。
扩展截图
下载Bitso扩展crx文件
下载Bitso扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use our extension to simply add torrent to your Bitso pannel with single click. Enter any website and right click at the magnet or HTTP/HTTPS torrent link, and simply click 'Add to Bitso' to download the torrent to your account. 扩展基本信息
| 名称 | |
| ID | nbecpolcbpcojchfgicolbcianghekpe |
| 官方URL | https://chromewebstore.google.com/detail/bitso/nbecpolcbpcojchfgicolbcianghekpe |
| 简介 | Bitso Google Chrome Extension. One Click torrent download. |
| 文件大小 | 28.98 KB |
| 安装次数 | 123 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-03-03 |
| 上架时间 | 2021-03-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://bitso24.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bitso24.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Bitso"
},
"description": "Bitso Google Chrome Extension. One Click torrent download.",
"icons": {
"128": "icons\/icon_128.png",
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png"
},
"manifest_version": 2,
"name": "Bitso",
"permissions": [
"contextMenus"
],
"version": "1.0"
} | |