Magnet To Peerflix

Copy Magnet links and paste straight into the terminal.

Magnet To Peerflix क्या है?

Magnet To Peerflix morkett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy Magnet links and paste straight into the terminal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magnet To Peerflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}