SuperTorrent
Baixe torrents com o SuperTorrent
SuperTorrentคืออะไร?
SuperTorrent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supertorrent.com.br และคุณลักษณะหลักของมันคือ "Baixe torrents com o SuperTorrent"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperTorrent
ดาวน์โหลดไฟล์ส่วนขยาย 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"
} | |