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
公式URL 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"
    ]
}