Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

Wat is Redirect Click'n'Load?

Redirect Click'n'Load is een Chrome-extensie ontwikkeld door werty1st, en de belangrijkste functie is "Redirect Click'n'Load to remote pyload or jDownloader".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Redirect Click'n'Load

Download Redirect Click'n'Load-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Redirect Click'n'Load Redirect Click'n'Load
ID hnjbnefgkiickkpfidpnlmcodicfgakk
Officiële URL https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk
Beschrijving Redirect Click'n'Load to remote pyload or jDownloader
Bestandsgrootte 56.15 KB
Aantal Installaties 7,497
Huidige Versie 1.4.1
Laatst Bijgewerkt 2021-11-28
Publicatiedatum 2020-05-17
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar werty1st
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/werty1st/Redirect-Click-n-Load/
Help Pagina-URL https://github.com/werty1st/Redirect-Click-n-Load/issues
Ondersteunde Talen 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"
}