Torrent magnet finder
It goes through the html page content searching for magnet links.
Apa itu Torrent magnet finder?
Torrent magnet finder adalah ekstensi Chrome yang dikembangkan oleh thereis, dan fitur utamanya adalah "It goes through the html page content searching for magnet links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Torrent magnet finder
Unduh file ekstensi Torrent magnet finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Informasi Dasar Ekstensi
Nama | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
URL Resmi | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Deskripsi | It goes through the html page content searching for magnet links. |
Ukuran File | 17.56 KB |
Jumlah Instalasi | 4,537 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-03-11 |
Tanggal Publikasi | 2019-03-10 |
Penilaian | 2.20/5 Total 5 Penilaian |
Pengembang | thereis |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/thereis/chrome-magnet-finder |
URL Halaman Bantuan | https://github.com/thereis/chrome-magnet-finder |
Bahasa yang Didukung | 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" ] } |