TorrentSafe

Anonymous bit downloads, just right click the magnet link

Что такое TorrentSafe?

TorrentSafe - это расширение Chrome, разработанное https://www.torrentsafe.com, и его основная функция - "Anonymous bit downloads, just right click the magnet link".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TorrentSafe

Скачайте файлы расширений TorrentSafe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easily add torrent and magnet links to your TorrentSafe.com "My Downloads" torrent cloud storage area. Fast, anonymous, and secure downloads without storage or transfer rate limits.  Free users limited to 5 downloads per month.

1. Visit your favorite torrent provider
2. Right click magnet link and select "Download with TorrentSafe"
3. Visit TorrentSafe.com and select "My Downloads" to view and download your torrent files.                    

Основная информация о расширении

Название TorrentSafe TorrentSafe
ID lokbhemjpeifblfhlmbbojahimbmdmai
Официальный URL https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai
Описание Anonymous bit downloads, just right click the magnet link
Размер файла 31.53 KB
Количество установок 7,302
Текущая Версия 0.0.6
Последнее Обновление 2022-06-25
Дата публикации 2016-11-28
Рейтинг 4.15/5 Всего 33 оценок
Разработчик https://www.torrentsafe.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.torrentsafe.com/
URL страницы политики конфиденциальности https://www.torrentsafe.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TorrentSafe",
    "description": "Anonymous bit downloads, just right click the magnet link",
    "version": "0.0.6",
    "manifest_version": 3,
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/www.torrentsafe.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*.torrentsafe.com\/*"
            ]
        }
    ]
}