SuperTorrent
Baixe torrents com o SuperTorrent
什么是SuperTorrent?
SuperTorrent是由https://supertorrent.com.br开发的Chrome扩展程序,该扩展的主要功能是“Baixe torrents com o SuperTorrent”。
扩展截图
下载SuperTorrent扩展crx文件
下载SuperTorrent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ao clicar em um link magnético o plugin irá perguntar se você deseja baixá-lo com o SuperTorrent, e iniciará o download direto na sua conta do SuperTorrent.
Para fazer downloads você precisa ser cadastrado no SuperTorrent, contas grátis possuem 1 GB de espaço pra download, e contas pagas até 500 GB, experimente! 扩展基本信息
| 名称 | |
| ID | ecdaoeldbckgoccdlmbohahdboikkhjc |
| 官方URL | https://chromewebstore.google.com/detail/supertorrent/ecdaoeldbckgoccdlmbohahdboikkhjc |
| 简介 | Baixe torrents com o SuperTorrent |
| 文件大小 | 13.35 KB |
| 安装次数 | 177 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-01-12 |
| 上架时间 | 2016-01-11 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://supertorrent.com.br |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.supertorrent.com.br |
| 帮助页面URL | https://www.supertorrent.com.br/perguntas-frequentes |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bookmarklet.js"
]
}
],
"browser_action": {
"default_icon": "icon-128.png"
},
"name": "SuperTorrent",
"description": "Baixe torrents com o SuperTorrent",
"homepage_url": "http:\/\/www.supertorrent.com.br\/",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 2,
"version": "1.0"
} | |