pyLCEX

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

pyLCEX là gì?

pyLCEX là một tiện ích mở rộng Chrome được phát triển bởi Marvin Oßwald, và tính năng chính của nó là "pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng pyLCEX

Tải xuống các tệp mở rộng pyLCEX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên pyLCEX pyLCEX
ID lonijbpbhgckjaagllgmgifkidcojban
URL Chính Thức https://chrome.google.com/webstore/detail/pylcex/lonijbpbhgckjaagllgmgifkidcojban
Mô tả pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org).
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2014-05-29
Ngày Phát Hành 2014-05-29
Đánh Giá 3.40/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Marvin Oßwald
Loại Thanh Toán free
Trang Web Mở Rộng http://pylcex.marvinosswald.de
URL Trang Trợ Giúp http://forum.pyload.org/viewtopic.php?f=9&t=2398&p=8838#p8781
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}