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\/*"
            ]
        }
    ]
}