jdCaptcha

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

ما هو jdCaptcha؟

jdCaptcha هو إضافة Chrome تم تطويرها بواسطة https://www.vincescodes.com/jdcaptcha، والميزة الرئيسية لها هي "jdCaptcha add-on to access jdCaptcha website and features faster.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة jdCaptcha

قم بتنزيل ملفات الامتداد jdCaptcha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}