SuperTorrent
Baixe torrents com o SuperTorrent
ما هو SuperTorrent؟
SuperTorrent هو إضافة Chrome تم تطويرها بواسطة https://supertorrent.com.br، والميزة الرئيسية لها هي "Baixe torrents com o SuperTorrent".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SuperTorrent
قم بتنزيل ملفات الامتداد SuperTorrent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
} | |