pyLCEX

pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).

pyLCEX란 무엇입니까?

pyLCEX은(는) Marvin Oßwald에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

pyLCEX 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ****Update 1.3.3********************
* quick bugfixes

************************************

pyLoad Control Extension is a Chrome Plugin to Control pyLoad (http://www.pyload.org).

pyLoad is a fast, lightweight and full featured download manager for many One-Click-Hoster, container formats like DLC, video sites or just plain http/ftp links. It aims for low hardware requirements and platform independence to be runnable on all kind of systems (desktop pc, netbook, NAS, router).

- Simple Design
- Quick Access 
- Automatic DLC detection ( linksafe.in, linkcrypt.ws, ncrypt.in more coming soon)
- Add Links 
- Answer Captchas

You need to enable Webinterface in your pyload settings!

Register for the Newsletter (German): http://eepurl.com/yjyJ1                    

확장 프로그램 기본 정보

이름 pyLCEX pyLCEX
ID lonijbpbhgckjaagllgmgifkidcojban
공식 URL https://chrome.google.com/webstore/detail/pylcex/lonijbpbhgckjaagllgmgifkidcojban
설명 pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).
파일 크기 223 KB
설치 횟수 1,000
현재 버전 1.3.3
최근 업데이트 2014-05-29
출시 날짜 2014-05-29
평점 3.40/5 총 42 개의 평점
개발자 Marvin Oßwald
결제 유형 free
확장 프로그램 웹 사이트 http://pylcex.marvinosswald.de
도움말 페이지 URL http://forum.pyload.org/viewtopic.php?f=9&t=2398&p=8838#p8781
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "pyLCEX",
    "description": "pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http:\/\/www.pyload.org). ",
    "version": "1.3.3",
    "omnibox": {
        "keyword": "pylc"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "contextMenus",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "19": "img\/icons\/icon_19.png",
        "38": "img\/icons\/icon_38.png",
        "48": "img\/icons\/icon_48.png",
        "64": "img\/icons\/icon_64.png",
        "128": "img\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "img\/icons\/icon_48.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/icon_16.png",
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png",
            "48": "img\/icons\/icon_48.png",
            "64": "img\/icons\/icon_64.png",
            "128": "img\/icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/linkcrypt.ws\/*",
                "http:\/\/linksave.in\/*"
            ],
            "js": [
                "js\/jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}