Torrent magnet finder
It goes through the html page content searching for magnet links.
Cos'è Torrent magnet finder?
Torrent magnet finder è un'estensione di Chrome sviluppata da thereis, e la sua funzione principale è "It goes through the html page content searching for magnet links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Torrent magnet finder
Scarica i file di estensione Torrent magnet finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Informazioni di Base sull'Estensione
Nome | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
URL Ufficiale | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Descrizione | It goes through the html page content searching for magnet links. |
Dimensione del File | 17.56 KB |
Conteggio Installazioni | 4,537 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-03-11 |
Data di Pubblicazione | 2019-03-10 |
Valutazione | 2.20/5 Totale 5 Valutazioni |
Sviluppatore | thereis |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/thereis/chrome-magnet-finder |
URL della Pagina di Aiuto | https://github.com/thereis/chrome-magnet-finder |
Lingue Supportate | 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" ] } |