Torrent magnet finder
It goes through the html page content searching for magnet links.
What is Torrent magnet finder?
Torrent magnet finder is a Chrome extension developed by thereis, and its main feature is "It goes through the html page content searching for magnet links.".
Extension Screenshots
Download Torrent magnet finder Extension CRX File
Download Torrent magnet finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Extension Basic Information
Name | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
Official URL | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Description | It goes through the html page content searching for magnet links. |
File Size | 17.56 KB |
Installation Count | 4,537 |
Current Version | 1.0.0 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-10 |
Rating | 2.20/5 Total 5 Ratings |
Developer | thereis |
Payment Type | free |
Extension Website | https://github.com/thereis/chrome-magnet-finder |
Help Page URL | https://github.com/thereis/chrome-magnet-finder |
Supported Languages | 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" ] } |