Magnet Links for Torrentz

Adds magnet links to torrent files on Torrentz.

Magnet Links for Torrentzคืออะไร?

Magnet Links for Torrentz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bodyflex และคุณลักษณะหลักของมันคือ "Adds magnet links to torrent files on Torrentz."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magnet Links for Torrentz

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

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

                        Adds magnet links to torrents on the Torrentz search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, altough the link will also work without them. On single pages trackers are added instantly.

The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration.

It's written in vanilla JavaScript and is over six times smaller in size than its rivals.

GitHub: https://github.com/bodyflex/torrentz-magnet                    

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

ชื่อ Magnet Links for Torrentz Magnet Links for Torrentz
ID pgmaidhfoodebfiocgananbdfnankehm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm
คำอธิบาย Adds magnet links to torrent files on Torrentz.
ขนาดไฟล์ 8.78 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.9.2
อัปเดตครั้งล่าสุด 2015-03-18
วันที่เผยแพร่ 2015-03-18
คะแนน 3.75/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา bodyflex
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*"
            ]
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz",
    "version": "0.9.2",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}