Torrentz.eu Magnet-izer

Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly.

Torrentz.eu Magnet-izerคืออะไร?

Torrentz.eu Magnet-izer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miguelangel.nubla และคุณลักษณะหลักของมันคือ "Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrentz.eu Magnet-izer

ดาวน์โหลดไฟล์ส่วนขยาย Torrentz.eu Magnet-izer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download faster any torrent and avoid ads downloading from torrentz.eu

How this works?

The extension automatically opens the links for you on the background and generates a unique magnet link combining all the sources.
Your torrent client receive a optimized list of trackers and is able to do its work faster.

How is this better than download manually?

You will not have to deal with more tabs and *lots* of ads and popup's
Downloading from only one site will get the torrent working fine, but your torrent client will only be able to communicate with people using the same link (trackers on it). Therefore using multiple sites/links/trackers will allow you to detect more peers and increase the chances you will find fast ones, resulting in higher transfer speeds


If you find this extension useful, consider donating BTC: 1KJztMJppPGsb5cadzEQnho82QkUoqFhRv                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Torrentz.eu Magnet-izer Torrentz.eu Magnet-izer
ID kcagpojojhhdoiphfpmipackjjchlboj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/torrentzeu-magnet-izer/kcagpojojhhdoiphfpmipackjjchlboj
คำอธิบาย Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly.
ขนาดไฟล์ 76.75 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2015-12-15
วันที่เผยแพร่ 2015-12-15
คะแนน 3.86/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา miguelangel.nubla
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrentz.eu Magnet-izer",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Torrentz.eu Magnet-izer How-To",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icons\/icon19.png",
        "icons\/loading.gif",
        "icons\/success.png",
        "icons\/error.png"
    ],
    "background": {
        "scripts": [
            "js\/jquery\/jquery.js",
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.torrentz.eu\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}