Magnet Links for Torrentz2

Adds magnet links to torrent files on Torrentz2.

Magnet Links for Torrentz2 là gì?

Magnet Links for Torrentz2 là một tiện ích mở rộng Chrome được phát triển bởi blahblahblahblha303, và tính năng chính của nó là "Adds magnet links to torrent files on Torrentz2.".

Ả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 Magnet Links for Torrentz2

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

                        Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly.

The extension works on Torrentz on the off-chance it comes back, and on Torrentz2.

It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author.

Github: https://github.com/blha303/torrentz2-magnet                    

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

Tên Magnet Links for Torrentz2 Magnet Links for Torrentz2
ID hkobljcmoojndbempmmgagaphocpmkni
URL Chính Thức https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni
Mô tả Adds magnet links to torrent files on Torrentz2.
Kích Thước Tệp 10.07 KB
Số Lần Cài Đặt 7,819
Phiên Bản Hiện Tại 0.9.5-t2
Cập Nhật Lần Cuối 2016-08-24
Ngày Phát Hành 2016-08-24
Đánh Giá 4.60/5 Tổng số 35 Đánh Giá
Nhà Phát Triển blahblahblahblha303
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://b303.me/chromestoreprivacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz2.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz2",
    "version": "0.10.5",
    "version_name": "0.9.5-t2",
    "web_accessible_resources": [
        "icon16.png"
    ]
}