jdCaptcha

jdCaptcha add-on to access jdCaptcha website and features faster.

jdCaptcha란 무엇입니까?

jdCaptcha은(는) https://www.vincescodes.com/jdcaptcha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "jdCaptcha add-on to access jdCaptcha website and features faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        jdCaptcha is an Android application used to solve captcha request from jDownloader and/or pyLoad clients. The application is also capable of controlling both clients and more specifically to add file links to download.

This add-on has been designed to simply the process of sending links to the jdCaptcha Android application.

More information on jdCaptcha (including privacy policy) are available on the jdCaptcha website. 

After installing the add-on, don't forget to configure it!                    

확장 프로그램 기본 정보

이름 jdCaptcha jdCaptcha
ID enlbmhdjeiioekgmgkllpacjpkfpmlpn
공식 URL https://chromewebstore.google.com/detail/jdcaptcha/enlbmhdjeiioekgmgkllpacjpkfpmlpn
설명 jdCaptcha add-on to access jdCaptcha website and features faster.
파일 크기 35.9 KB
설치 횟수 744
현재 버전 1.0.1
최근 업데이트 2014-08-23
출시 날짜 2014-08-23
평점 3.00/5 총 2 개의 평점
개발자 https://www.vincescodes.com/jdcaptcha
결제 유형 free
도움말 페이지 URL http://www.vincescodes.com/jdcaptcha/form.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jdCaptcha",
    "description": "jdCaptcha add-on to access jdCaptcha website and features faster.",
    "version": "1.0.1",
    "homepage_url": "http:\/\/www.vincescodes.com\/jdcaptcha",
    "icons": {
        "16": "data\/logo-16.png",
        "48": "data\/logo-48.png",
        "128": "data\/logo-128.png"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "data\/logo-16.png",
        "default_popup": "data\/panel.html"
    },
    "options_page": "data\/settings.html",
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.vincescodes.com\/*"
    ],
    "web_accessible_resources": [
        "data\/tablet-24.png",
        "data\/computer-24.png",
        "data\/smartphone-24.png",
        "data\/phablet-24.png"
    ]
}