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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}