Torrent magnet finder
It goes through the html page content searching for magnet links.
Что такое Torrent magnet finder?
Torrent magnet finder - это расширение Chrome, разработанное thereis, и его основная функция - "It goes through the html page content searching for magnet links.".
Снимки экрана расширения
Скачать файл CRX расширения Torrent magnet finder
Скачайте файлы расширений Torrent magnet finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Основная информация о расширении
Название | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
Официальный URL | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Описание | It goes through the html page content searching for magnet links. |
Размер файла | 17.56 KB |
Количество установок | 4,537 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-03-11 |
Дата публикации | 2019-03-10 |
Рейтинг | 2.20/5 Всего 5 оценок |
Разработчик | thereis |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/thereis/chrome-magnet-finder |
URL страницы помощи | https://github.com/thereis/chrome-magnet-finder |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent magnet finder", "version": "1.0.0", "description": "It goes through the html page content searching for magnet links.", "content_scripts": [], "icons": { "16": "assets\/imgs\/16.png", "48": "assets\/imgs\/48.png", "128": "assets\/imgs\/128.png" }, "browser_action": { "default_icon": { "16": "assets\/imgs\/16.png", "48": "assets\/imgs\/48.png", "128": "assets\/imgs\/128.png" }, "default_popup": "popup.html" }, "incognito": "split", "permissions": [ "activeTab" ] } |