Premium.to Linkload

Tries to download a file using the Premium.to service

Τι είναι το Premium.to Linkload;

Το Premium.to Linkload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Schokobecher, και η κύρια λειτουργία του είναι "Tries to download a file using the Premium.to service".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Premium.to Linkload

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

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

                        This little tool tries to download the selected (right-click any link) link using your Premium.to account.
You need to be logged in for this.
Also adds a Browser Button for convenient copy & paste.

Supported File Hosts are:


4shared.com
bitshare.com
filefactory.com
filepost.com
filesmonster.com*
freakshare.com
letitbit.net
terafile.co
netload.in
firedrive.com
rapidgator.net
turbobit.net
uploaded.net
rapidshare.com
dizzcloud.com*
uptobox.com
depositfiles.com*
filer.net
fileparadox.in
oboom.com
secureupload.eu
1fichier.com
filemonkey.in
*limited traffic
---------------------------------
Changes in 1.7:
- Fixed the Links inside the Browser Button Popup
- Only displays right-click menu when a link leads to a supported file host

Changes in 1.6:
- Removed unnecessary privileges... whoopsie!

Changes in 1.5:
- Switched everything to the new domain "premium.to"
- Reworked the design a bit
- Added links to the Premium.to Twitter and Homepage

Changes in 1.2:
- URL field uses autofocus
- Button next to the URL input                    

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

Όνομα Premium.to Linkload Premium.to Linkload
ID boiknfoahghlfkhbaecjkfkonbepiglg
Επίσημο URL https://chromewebstore.google.com/detail/premiumto-linkload/boiknfoahghlfkhbaecjkfkonbepiglg
Περιγραφή Tries to download a file using the Premium.to service
Μέγεθος Αρχείου 36.55 KB
Αριθμός Εγκαταστάσεων 1,855
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2014-06-15
Ημερομηνία Δημοσίευσης 2014-06-15
Αξιολόγηση 2.32/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Schokobecher
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://premium.to/?ref=6017
Διεύθυνση URL της Σελίδας Βοήθειας http://premium.to/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Premium.to Linkload",
    "description": "Tries to download a file using the Premium.to service",
    "version": "1.8",
    "permissions": [
        "contextMenus",
        "http:\/\/premium.to\/"
    ],
    "icons": {
        "16": "icon_016.png",
        "32": "icon_032.png",
        "48": "icon_048.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_032.png",
        "default_popup": "popup.html",
        "default_title": "Premium.to DL"
    },
    "background": {
        "scripts": [
            "linkload.js"
        ]
    }
}