Torrent magnet finder

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

Torrent magnet finder क्या है?

Torrent magnet finder thereis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It goes through the html page content searching for magnet links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Torrent magnet finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}