Torrent magnet finder

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

Torrent magnet finderคืออะไร?

Torrent magnet finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thereis และคุณลักษณะหลักของมันคือ "It goes through the html page content searching for magnet links."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrent magnet finder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}