Torrent magnet finder

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

Qu'est-ce que Torrent magnet finder ?

Torrent magnet finder est une extension Chrome développée par thereis, et sa fonction principale est "It goes through the html page content searching for magnet links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Torrent magnet finder

Téléchargez les fichiers d'extension Torrent magnet finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
URL Officiel https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Description It goes through the html page content searching for magnet links.
Taille du Fichier 17.56 KB
Nombre d'Installations 4,537
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-03-11
Date de Publication 2019-03-10
Évaluation 2.20/5 Total 5 Évaluations
Développeur thereis
Type de Paiement free
Site Web de l'Extension https://github.com/thereis/chrome-magnet-finder
URL de la Page d'Aide https://github.com/thereis/chrome-magnet-finder
Langues Prises en Charge 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"
    ]
}