Magnet Collector

Find magnet and torrent links in a page much easier and safer.

Magnet Collectorคืออะไร?

Magnet Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pigeontech และคุณลักษณะหลักของมันคือ "Find magnet and torrent links in a page much easier and safer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magnet Collector

ดาวน์โหลดไฟล์ส่วนขยาย Magnet Collector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Many publishers are providing downloads via torrent and magnet links, which when clicked, will open a bittorrent client. This extension will help you find these links and organize them into a convenient popup. Browsing will be safer as well, as you no longer have to take a chance on fake download links.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
คำอธิบาย Find magnet and torrent links in a page much easier and safer.
ขนาดไฟล์ 13.08 KB
จำนวนการติดตั้ง 1,356
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-01-28
วันที่เผยแพร่ 2017-01-27
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Pigeontech
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magnet Collector",
    "description": "Find magnet and torrent links in a page much easier and safer.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Magnet Collector"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}