Ultimate Torrent Grabber

Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link

Cos'è Ultimate Torrent Grabber?

Ultimate Torrent Grabber è un'estensione di Chrome sviluppata da http://www.thelocalbay.com, e la sua funzione principale è "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ultimate Torrent Grabber

Scarica i file di estensione Ultimate Torrent Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ultimate Torrent Grabber Ultimate Torrent Grabber
ID edooeddblbmknbfdfnblpcmmbmpjdboa
URL Ufficiale https://chrome.google.com/webstore/detail/ultimate-torrent-grabber/edooeddblbmknbfdfnblpcmmbmpjdboa
Descrizione Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link
Dimensione del File 43.47 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3.5.3
Ultimo Aggiornamento 2015-08-14
Data di Pubblicazione 2015-08-14
Valutazione 3.21/5 Totale 19 Valutazioni
Sviluppatore http://www.thelocalbay.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}