Magnet To Peerflix

Copy Magnet links and paste straight into the terminal.

什麼是Magnet To Peerflix?

Magnet To Peerflix是由morkett開發的Chrome擴展程式,該擴展的主要功能是“Copy Magnet links and paste straight into the terminal.”。

擴展截圖

screenshot
screenshot

下載Magnet To Peerflix擴展crx文件

下載Magnet To Peerflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows the user to copy a magnet link. It then shortens the link and makes it ready for use with the terminal and Peerflix in one click.

To use right click on the magnet link and click 'Copy Magnet Link' then paste the newly formatted link into your terminal.
To aid in productivity the extension does not confirm your copy, it does however alert you if the link you try to copy is not a valid magnet link.


Example: 

From: 
magnet:?xt=urn:btih:d61abdbnot-a-real-link&5fa2f2123sdasaSAD3a2fa20f02b07af8f&dn=Example+Magnet...

To:
peerflix 'magnet:?xt=urn:btih:d61abdbnot-a-real-link' --vlc


** This extension is designed to be used with Peerflix and VLC player and is not much use without them **

** This extension does not condone the pirating of copyrighted material **                    

擴展基本資訊

名稱 Magnet To Peerflix Magnet To Peerflix
ID oogbolppgglppleehdlkjmfpjchekdpl
官方網址 https://chromewebstore.google.com/detail/magnet-to-peerflix/oogbolppgglppleehdlkjmfpjchekdpl
簡介 Copy Magnet links and paste straight into the terminal.
檔案大小 12.59 KB
安裝次數 564
目前版本 1.3.2
更新時間 2017-05-19
上架時間 2017-05-19
評分 1.00/5 共 1 次評分
開發者 morkett
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnet To Peerflix",
    "description": "Copy Magnet links and paste straight into the terminal.",
    "version": "1.3.2",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Magnet To Peerflix",
        "default_icon": "images\/icon.png"
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}