TorrentSafe

Anonymous bit downloads, just right click the magnet link

TorrentSafeとは何ですか?

TorrentSafeはhttps://www.torrentsafe.comによって開発されたChromeの拡張機能で、その主な機能は「Anonymous bit downloads, just right click the magnet link」です。

拡張機能のスクリーンショット

screenshot
screenshot

TorrentSafe拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}