Torrentz Magnet Links for Google Chrome™
Add a Magnet link to Torrentz with all available trackers
Torrentz Magnet Links for Google Chrome™คืออะไร?
Torrentz Magnet Links for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shweppsie และคุณลักษณะหลักของมันคือ "Add a Magnet link to Torrentz with all available trackers"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrentz Magnet Links for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Torrentz Magnet Links for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds magnet links to most pages of Torrentz. Hides away other downloads sites, but includes an option to show them again. Intergrates nicely into the UI of the website. Works on both the secure and non-secure site. On the search pages the magnet icon will show as grey. This means it has not yet loaded the trackers into the link, but the link will still work. If you hover over the link and wait for it to turn red then the trackers will have been added to the link. Changelog 1.3.2 Thanks to github user fvdm for these 2 updates * Allow all current Torrentz domains * Fix magnets with spaces not working in results 1.3.0 * Update to the latest version of jquery * fix timing out by only loading trackers on hover * indicate links with trackers by changing them to red from grey * fix undefined trackers variable * detect null variables 1.2.6 * Update to fix broken magnet links on torrent pages. 1.2.5 * Updated to fix bugs cause by changes to the torrentz website. 1.2.4 * Various Changes to ensure a clean move over from the Greasemonkey script to a Google Chrome™ Extension. Suggestions welcome. This is a modified version of a greasemonkey script: http://userscripts.org/scripts/show/65148 Source for this extension are available at: https://github.com/shweppsie/extensions/tree/master/torrentz
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acijcdgchpiikpdbhonhjkbdpbikakmd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/torrentz-magnet-links-for/acijcdgchpiikpdbhonhjkbdpbikakmd |
คำอธิบาย | Add a Magnet link to Torrentz with all available trackers |
ขนาดไฟล์ | 55.92 KB |
จำนวนการติดตั้ง | 1,762 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2014-03-14 |
วันที่เผยแพร่ | 2014-03-08 |
คะแนน | 3.67/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | shweppsie |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrentz Magnet Links for Google Chrome\u2122", "description": "Add a Magnet link to Torrentz with all available trackers", "content_scripts": [ { "js": [ "jquery.min.js", "replace.js" ], "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.ph\/*" ], "run_at": "document_start" } ], "version": "1.3.2", "icons": { "48": "48magnet.png", "128": "128magnet.png" } } |