Magneto

Open magnets in peerflix

Co to jest Magneto?

Magneto to rozszerzenie Chrome opracowane przez Frederico Curti, a jego główną funkcją jest „Open magnets in peerflix”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Magneto

Pobierz pliki rozszerzeń Magneto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This is a little extension that adds a context menu entry for opening magnet links into the Magneto windows client. All it does is forward the magnet url into the desktop client, which will then start streaming the torrent in VLC using peerflix (https://github.com/mafintosh/peerflix)                    

Podstawowe informacje o rozszerzeniu

Nazwa Magneto Magneto
ID nagfoodnoinncledhopekanlgglpcfgf
Oficjalny URL https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf
Opis Open magnets in peerflix
Rozmiar pliku 51.05 KB
Liczba instalacji 78
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-09-08
Data Publikacji 2020-09-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Frederico Curti
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fredericocurti/magneto
Adres URL Strony Pomocy https://github.com/fredericocurti/magneto/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magneto",
    "description": "Open magnets in peerflix",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}