SuperTorrent
Baixe torrents com o SuperTorrent
Was ist SuperTorrent?
SuperTorrent ist eine Chrome-Erweiterung, die von https://supertorrent.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Baixe torrents com o SuperTorrent".
Erweiterungsscreenshots
SuperTorrent-Erweiterungs-CRX-Datei herunterladen
Laden Sie SuperTorrent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecdaoeldbckgoccdlmbohahdboikkhjc |
| Offizielle URL | https://chromewebstore.google.com/detail/supertorrent/ecdaoeldbckgoccdlmbohahdboikkhjc |
| Beschreibung | Baixe torrents com o SuperTorrent |
| Dateigröße | 13.35 KB |
| Installationsanzahl | 177 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-01-12 |
| Veröffentlichungsdatum | 2016-01-11 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | https://supertorrent.com.br |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.supertorrent.com.br |
| Hilfeseite URL | https://www.supertorrent.com.br/perguntas-frequentes |
| Unterstützte Sprachen | 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"
} | |