Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

Redirect Click'n'Load क्या है?

Redirect Click'n'Load werty1st द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect Click'n'Load to remote pyload or jDownloader"।

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

screenshot

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

crx प्रारूप में Redirect Click'n'Load एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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"
}