SuperTorrent
Baixe torrents com o SuperTorrent
Wat is SuperTorrent?
SuperTorrent is een Chrome-extensie ontwikkeld door https://supertorrent.com.br, en de belangrijkste functie is "Baixe torrents com o SuperTorrent".
Extensie Screenshots
Download het CRX-bestand van de extensie SuperTorrent
Download SuperTorrent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ecdaoeldbckgoccdlmbohahdboikkhjc |
| Officiële URL | https://chromewebstore.google.com/detail/supertorrent/ecdaoeldbckgoccdlmbohahdboikkhjc |
| Beschrijving | Baixe torrents com o SuperTorrent |
| Bestandsgrootte | 13.35 KB |
| Aantal Installaties | 177 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-01-12 |
| Publicatiedatum | 2016-01-11 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://supertorrent.com.br |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.supertorrent.com.br |
| Help Pagina-URL | https://www.supertorrent.com.br/perguntas-frequentes |
| Ondersteunde Talen | 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"
} | |