Magneto

Open magnets in peerflix

Что такое Magneto?

Magneto - это расширение Chrome, разработанное Frederico Curti, и его основная функция - "Open magnets in peerflix".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Magneto

Скачайте файлы расширений Magneto в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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)                    

Основная информация о расширении

Название Magneto Magneto
ID nagfoodnoinncledhopekanlgglpcfgf
Официальный URL https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf
Описание Open magnets in peerflix
Размер файла 51.05 KB
Количество установок 78
Текущая Версия 0.0.2
Последнее Обновление 2020-09-08
Дата публикации 2020-09-05
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Frederico Curti
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/fredericocurti/magneto
URL страницы помощи https://github.com/fredericocurti/magneto/issues
Поддерживаемые языки 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"
        ]
    }
}