Premium.to Linkload

Tries to download a file using the Premium.to service

什麼是Premium.to Linkload?

Premium.to Linkload是由Schokobecher開發的Chrome擴展程式,該擴展的主要功能是“Tries to download a file using the Premium.to service”。

擴展截圖

screenshot
screenshot

下載Premium.to Linkload擴展crx文件

下載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
官方網址 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"
        ]
    }
}