Magnet To Peerflix

Copy Magnet links and paste straight into the terminal.

Was ist Magnet To Peerflix?

Magnet To Peerflix ist eine Chrome-Erweiterung, die von morkett entwickelt wurde, und ihr Hauptmerkmal ist "Copy Magnet links and paste straight into the terminal.".

Erweiterungsscreenshots

screenshot
screenshot

Magnet To Peerflix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magnet To Peerflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 **                    

Grundlegende Informationen zur Erweiterung

Name Magnet To Peerflix Magnet To Peerflix
ID oogbolppgglppleehdlkjmfpjchekdpl
Offizielle URL https://chromewebstore.google.com/detail/magnet-to-peerflix/oogbolppgglppleehdlkjmfpjchekdpl
Beschreibung Copy Magnet links and paste straight into the terminal.
Dateigröße 12.59 KB
Installationsanzahl 564
Aktuelle Version 1.3.2
Letztes Update 2017-05-19
Veröffentlichungsdatum 2017-05-19
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler morkett
Zahlungsart free
Unterstützte Sprachen 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"
    }
}