Ultimate Torrent Grabber
Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link
Ultimate Torrent Grabberคืออะไร?
Ultimate Torrent Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thelocalbay.com และคุณลักษณะหลักของมันคือ "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Torrent Grabber
ดาวน์โหลดไฟล์ส่วนขยาย Ultimate Torrent Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Images shown are from Free No-Copyright content. Sharing a 40 txt Alphanumberic hash code is great for Social Media or Forums By using only the 'Torrent Info Hash' you can highlite and then right click and choose either a Magnet or Torrent Download via your client. All that's needed is the 40 alphanumberic txt Thanks to gaz-911 for getting it started. The Magnet concept is based from loading from your browser. Be sure if you haven't done this method before that you may come across a one time box asking for permission. Do select 'yes' and also if available 'never show again' The Magnet will contain 2 Public Trackers. The Torrent concept is based on 2 selected cache services where a .torrent file is stored. They are either manually stored or indexed for it to work. If error choose Magnet. Images shown are from Legit Free Copyright content.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | edooeddblbmknbfdfnblpcmmbmpjdboa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ultimate-torrent-grabber/edooeddblbmknbfdfnblpcmmbmpjdboa |
คำอธิบาย | Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link |
ขนาดไฟล์ | 43.47 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.3.5.3 |
อัปเดตครั้งล่าสุด | 2015-08-14 |
วันที่เผยแพร่ | 2015-08-14 |
คะแนน | 3.21/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | http://www.thelocalbay.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "name": "Ultimate Torrent Grabber", "version": "1.3.5.3", "description": "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "48": "icon.png" }, "browser_action": { "name": "Manipulate DOM", "default_icon": "icon.png" } } |