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".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл 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.                    

Основная информация о расширении

Название Ultimate Torrent Grabber Ultimate Torrent Grabber
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"
    }
}