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.”。

擴展截圖

screenshot
screenshot

下載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 Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
官方網址 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"
    ]
}