Torrent magnet finder
It goes through the html page content searching for magnet links.
什么是Torrent magnet finder?
Torrent magnet finder是由thereis开发的Chrome扩展程序,该扩展的主要功能是“It goes through the html page content searching for magnet links.”。
扩展截图
下载Torrent magnet finder扩展crx文件
下载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" ] } |