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文件

下载pyLCEX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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