Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

ما هو Redirect Click'n'Load؟

Redirect Click'n'Load هو إضافة Chrome تم تطويرها بواسطة werty1st، والميزة الرئيسية لها هي "Redirect Click'n'Load to remote pyload or jDownloader".

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

screenshot

تحميل ملف CRX للإضافة Redirect Click'n'Load

قم بتنزيل ملفات الامتداد Redirect Click'n'Load بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Extension redirects "Click N Load" requests from localhost:9666/127.0.0.1:9666 to an IP or host entered in the Plugins Options.

On this address usually jDownloader is listening for incoming Click'n'Load requests.
But if you use a server based downloader like pyload you have to setup a port forwarding every time.

On the Options page you can define a value to be set as new Hostname or IP.

With this Extension you don't need to setup an SSH Port Forward to payload anymore.                    

معلومات أساسية عن التمديد

الاسم Redirect Click'n'Load Redirect Click'n'Load
ID hnjbnefgkiickkpfidpnlmcodicfgakk
عنوان URL الرسمي https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk
الوصف Redirect Click'n'Load to remote pyload or jDownloader
حجم الملف 56.15 KB
عدد التثبيتات 7,497
النسخة الحالية 1.4.1
آخر تحديث 2021-11-28
تاريخ النشر 2020-05-17
تقييم 4.20/5 مجموع تقييمات 5
المطور werty1st
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/werty1st/Redirect-Click-n-Load/
عنوان صفحة المساعدة https://github.com/werty1st/Redirect-Click-n-Load/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Redirect Click'n'Load to remote pyload or jDownloader",
    "manifest_version": 2,
    "name": "Redirect Click'n'Load",
    "author": "Ronny Adams",
    "browser_specific_settings": {
        "gecko": {
            "id": "com.github.werty1st.redirectclicknload",
            "strict_min_version": "42.0"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_title": "Click'n'Load Request Proxy"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "1.4.1"
}