Torrent magnet finder

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

Co to jest Torrent magnet finder?

Torrent magnet finder to rozszerzenie Chrome opracowane przez thereis, a jego główną funkcją jest „It goes through the html page content searching for magnet links.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Torrent magnet finder

Pobierz pliki rozszerzeń Torrent magnet finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.                    

Podstawowe informacje o rozszerzeniu

Nazwa Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
Oficjalny URL https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Opis It goes through the html page content searching for magnet links.
Rozmiar pliku 17.56 KB
Liczba instalacji 4,537
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-03-11
Data Publikacji 2019-03-10
Ocena 2.20/5 Łącznie 5 Oceny
Deweloper thereis
Typ Płatności free
Strona Rozszerzenia https://github.com/thereis/chrome-magnet-finder
Adres URL Strony Pomocy https://github.com/thereis/chrome-magnet-finder
Obsługiwane Języki 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"
    ]
}