Torrent magnet finder
It goes through the html page content searching for magnet links.
Vad är Torrent magnet finder?
Torrent magnet finder är en Chrome-tillägg utvecklad av thereis, och dess huvudfunktion är "It goes through the html page content searching for magnet links.".
Tilläggsskärmbilder
Ladda ner Torrent magnet finder-förlängningens CRX-fil
Ladda ner Torrent magnet finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Grundläggande Information om Tillägg
Namn | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
Officiell webbadress | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Beskrivning | It goes through the html page content searching for magnet links. |
Filstorlek | 17.56 KB |
Antal Installationer | 4,537 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-03-11 |
Publiceringsdatum | 2019-03-10 |
Betyg | 2.20/5 Totalt 5 Betyg |
Utvecklare | thereis |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/thereis/chrome-magnet-finder |
Hjälpsida URL | https://github.com/thereis/chrome-magnet-finder |
Stödda Språk | 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" ] } |