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 http://www.thelocalbay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ultimate Torrent Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |