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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}