Magnet Links for Torrentz

Adds magnet links to torrent files on Torrentz.

Τι είναι το Magnet Links for Torrentz;

Το Magnet Links for Torrentz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bodyflex, και η κύρια λειτουργία του είναι "Adds magnet links to torrent files on Torrentz.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Magnet Links for Torrentz

Λήψη αρχείων επέκτασης Magnet Links for Torrentz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adds magnet links to torrents on the Torrentz search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, altough the link will also work without them. On single pages trackers are added instantly.

The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration.

It's written in vanilla JavaScript and is over six times smaller in size than its rivals.

GitHub: https://github.com/bodyflex/torrentz-magnet                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Magnet Links for Torrentz Magnet Links for Torrentz
ID pgmaidhfoodebfiocgananbdfnankehm
Επίσημο URL https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm
Περιγραφή Adds magnet links to torrent files on Torrentz.
Μέγεθος Αρχείου 8.78 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 0.9.2
Τελευταία Ενημέρωση 2015-03-18
Ημερομηνία Δημοσίευσης 2015-03-18
Αξιολόγηση 3.75/5 Συνολικά 88 Αξιολογήσεις
Προγραμματιστής bodyflex
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*"
            ]
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz",
    "version": "0.9.2",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}