Magneto

Instantly opens the first found magnet torrent link without having to click through multiple ads.

Magneto là gì?

Magneto là một tiện ích mở rộng Chrome được phát triển bởi Arthur B, và tính năng chính của nó là "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

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

screenshot

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

Tải xuống các tệp mở rộng Magneto 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

                        A really simple extension that I mainly made for myself.

(Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev)                    

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

Tên Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
URL Chính Thức https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Mô tả Instantly opens the first found magnet torrent link without having to click through multiple ads.
Kích Thước Tệp 17.1 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-11-15
Ngày Phát Hành 2019-11-15
Nhà Phát Triển Arthur B
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magneto",
    "author": "Arthur B",
    "version": "1.0",
    "description": "Instantly opens the first found magnet torrent link without having to click through multiple ads.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Magneto"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}