GetTorrent

Select or highlight a 40-character info hash then open it in your torrent client all in one step from the right-click context menu.

Τι είναι το GetTorrent;

Το GetTorrent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shirepirate, και η κύρια λειτουργία του είναι "Select or highlight a 40-character info hash then open it in your torrent client all in one step from the right-click context menu.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GetTorrent

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

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

                        This extension is unique in that it requires only a 40-character info hash to start your torrent download.

No torrent files or magnet links are required to quickly get started fetching the metadata for your download, just a 40-character hexadecimal code comprised of numbers and letters.

FD7BBCFA8DD542510A00E4EAF5517BBEEF05E24E
         ↑↑↑

With this extension, you can highlight the above text then right click and begin downloading! No longer can peer-to-peer file sharing be censored effectively when web users can manually initiate their own downloads.

This extension is compatible with any torrent client that supports the magnet URI scheme.

IF THIS EXTENSION DOES NOT WORK IMMEDIATELY FOR YOU, PLEASE READ THIS FIRST:

This extension works in conjunction with your torrent client. By default, it will open the program you download torrents with if it is able to handle magnet URI addresses. If there is no torrent client set to work with the magnet protocol in Chrome however, you may experience a problem. 

It is easy to fix this, just locate your local state file and delete the line relating to the magnet protocol, then save it! Here are some detailed instructions on how to do this:
 
 
 
-- Close your Chrome browser (this is important). Depending on your operating system, navigate to the following folder path:

Mac OS X: /user/library/Application Support/Google/Chrome 
Windows Vista/7/8: \Users\(username)\AppData\Local\Google\Chrome\User Data
Windows XP: \Documents and Settings\(username)\Application Data\Local\Google\Chrome\User Data

Within Windows operating systems this will be a hidden folder. Hidden files and folders can be seen by enabling this within Folder Options. In Windows XP or Vista open the control panel and switch to Classic View, then open Folder Options. In Windows 7 type "Folder Options" into the Start Menu. In Windows 8 press Windows+W to open the Start Menu search window then type Folder Options.

-- Open the "Local State" file using a text editor. Locate the section headed "protocol_handler" and the line indented under it containing "magnet." Delete that entire line containing "magnet" and nothing else. Save the file, ensuring that it is saved as "all files" or the default file type, with no file extension.

--- Reopen Chrome, and the next time you use this extension (or click on a magnet link) it will ask you what program you would like to handle the magnet protocol by default (make sure it is your primary torrent client).
 
 
 
Please leave suggestions for new features or improvements. Feel free to link to this extension from anywhere without permission. If you have a question feel free to bring up an issue.

Always remember, using BitTorrent is perfectly legal, but downloading copyrighted material isn't. Be aware of what you download or face the consequences.                    

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

Όνομα GetTorrent GetTorrent
ID afdjlegonfhdhjkaafgndlpgobijmlmm
Επίσημο URL https://chrome.google.com/webstore/detail/gettorrent/afdjlegonfhdhjkaafgndlpgobijmlmm
Περιγραφή Select or highlight a 40-character info hash then open it in your torrent client all in one step from the right-click context menu.
Μέγεθος Αρχείου 8.3 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2014-08-30
Ημερομηνία Δημοσίευσης 2014-08-30
Αξιολόγηση 2.79/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής shirepirate
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/gettorrent/afdjlegonfhdhjkaafgndlpgobijmlmm/details
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "gettorrent.js"
        ]
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_title": "Get Torrent"
    },
    "description": "Select or highlight a 40-character info hash then open it in your torrent client all in one step from the right-click context menu.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "19": "19.png",
        "32": "32.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "GetTorrent",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.2.1"
}