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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "pyLoad Control Extension is a Chrome Plugin to Control one of our world major downloadmanager - pyLoad - (http://www.pyload.org)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में pyLCEX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}