Torrent magnet finder

It goes through the html page content searching for magnet links.

Torrent magnet finder là gì?

Torrent magnet finder là một tiện ích mở rộng Chrome được phát triển bởi thereis, và tính năng chính của nó là "It goes through the html page content searching for magnet links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent magnet finder

Tải xuống các tệp mở rộng Torrent magnet finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
URL Chính Thức https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Mô tả It goes through the html page content searching for magnet links.
Kích Thước Tệp 17.56 KB
Số Lần Cài Đặt 4,537
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-11
Ngày Phát Hành 2019-03-10
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển thereis
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thereis/chrome-magnet-finder
URL Trang Trợ Giúp https://github.com/thereis/chrome-magnet-finder
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}