pyLCEX

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

O que é pyLCEX?

pyLCEX é uma extensão do Chrome desenvolvida por Marvin Oßwald, e sua principal característica é "pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão pyLCEX

Baixe arquivos de extensão pyLCEX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ****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                    

Informações Básicas da Extensão

Nome pyLCEX pyLCEX
ID lonijbpbhgckjaagllgmgifkidcojban
URL Oficial https://chrome.google.com/webstore/detail/pylcex/lonijbpbhgckjaagllgmgifkidcojban
Descrição pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).
Tamanho do Arquivo 223 KB
Contagem de Instalações 1,000
Versão Atual 1.3.3
Última Atualização 2014-05-29
Data de Publicação 2014-05-29
Classificação 3.40/5 Total de 42 Avaliações
Desenvolvedor Marvin Oßwald
Tipo de Pagamento free
Site da Extensão http://pylcex.marvinosswald.de
URL da Página de Ajuda http://forum.pyload.org/viewtopic.php?f=9&t=2398&p=8838#p8781
Idiomas Suportados 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"
        }
    ]
}