Skip to main content

Browser Extensions

Extensions for Chrome, Firefox and Safari

Written by Cigdem
Updated over a week ago

Looking for a one-click way to start transfers?

You can use our browser extensions that will enable right-click downloads to put.io on any page.

We have extensions for Chrome and Firefox.

After installing, all you have to do is right-click on any download link and select Download with put.io from the menu. well, that technically makes two clicks.


What about Safari?

Apple dropped support for the type of extension we had, so there's no Safari extension anymore. But you can use a bookmarklet instead (a bookmark that grabs magnet links from any page and sends them to put.io).

Create a new bookmark in Safari and paste the following as its URL:

javascript:var%20magnetLinks%20=%20/(magnet:\?[^\s\"]*)/gmi.exec(document.body.innerHTML),win=(function(){window.open('https://put.io/default/magnet?url='+magnetLinks[0],'_blank');win.close();})();

Click the bookmark on any page that has a magnet link, and put.io will start fetching it. If a page has multiple magnet links, it grabs the first one.

Did this answer your question?