Magnet Collector

Find magnet and torrent links in a page much easier and safer.

Что такое Magnet Collector?

Magnet Collector - это расширение Chrome, разработанное Pigeontech, и его основная функция - "Find magnet and torrent links in a page much easier and safer.".

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

screenshot
screenshot
screenshot

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

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

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

                        Many publishers are providing downloads via torrent and magnet links, which when clicked, will open a bittorrent client. This extension will help you find these links and organize them into a convenient popup. Browsing will be safer as well, as you no longer have to take a chance on fake download links.                    

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

Название Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
Официальный URL https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
Описание Find magnet and torrent links in a page much easier and safer.
Размер файла 13.08 KB
Количество установок 1,356
Текущая Версия 1.0.4
Последнее Обновление 2017-01-28
Дата публикации 2017-01-27
Рейтинг 3.75/5 Всего 12 оценок
Разработчик Pigeontech
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magnet Collector",
    "description": "Find magnet and torrent links in a page much easier and safer.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Magnet Collector"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}