Magnet Links
Open Magnet Links in Put.io
Magnet Linksとは何ですか?
Magnet Linksはhttps://girlfriend.technologyによって開発されたChromeの拡張機能で、その主な機能は「Open Magnet Links in Put.io」です。
拡張機能のスクリーンショット
Magnet Links拡張機能のCRXファイルをダウンロード
Magnet Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of having issues when you try to open a magnet link? This extension helps by adjusting the links to go through Put.io, to your clipboard, or to any URL you want. You know how urls start with http:// or https://? Well, some start with `magnet:` and by default most devices do not know how to handle this. Magnet Links lets you choose how you want these urls handled. This app is not affiliated with Put.io - - - - - Hello there, for a sample for what this extension does visit this page and try to click on the URLs before using the extension and after using the extension. https://girlfriend.technology/magnet-examples/ For example, by default a Mac doesn't know what to do with a magnet link, which looks like this: magnet:?xt=urn:btih:6H6NYFDC2NSTB5JGYHMUALXMSEALPOQY&dn=ubuntu-21.10-desktop-amd64.iso&xl=3116482560&tr=https%3A%2F%2Ftorrent.ubuntu.com%2Fannounce what my extension does is prefixes it with a Put.io url https://put.io/default/magnet?url= so that Put.io can download the file for you. So the final URL after my script runs should look like this: https://put.io/default/magnet?url=magnet:?xt=urn:btih:6H6NYFDC2NSTB5JGYHMUALXMSEALPOQY&dn=ubuntu-21.10-desktop-amd64.iso&xl=3116482560&tr=https%3A%2F%2Ftorrent.ubuntu.com%2Fannounce and when loaded Put.io will handle the download.
拡張機能の基本情報
名前 | Magnet Links |
ID | fkioalmkhgkhojppkapnidbnaecnnkfo |
公式URL | https://chromewebstore.google.com/detail/magnet-links/fkioalmkhgkhojppkapnidbnaecnnkfo |
説明 | Open Magnet Links in Put.io |
ファイルサイズ | 284 KB |
インストール数 | 6,261 |
現在のバージョン | 1.2 |
最終更新日 | 2022-01-14 |
公開日 | 2021-12-14 |
開発者 | https://girlfriend.technology |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://girlfriend.technology/magnet-links |
ヘルプページのURL | https://twitter.com/girlfriendtech |
プライバシーポリシーページのURL | https://girlfriend.technology/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "Magnet Links", "description": "Open Magnet Links in Put.io", "version": "1.2", "icons": { "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |