Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

Qu'est-ce que Redirect Click'n'Load ?

Redirect Click'n'Load est une extension Chrome développée par werty1st, et sa fonction principale est "Redirect Click'n'Load to remote pyload or jDownloader".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Redirect Click'n'Load

Téléchargez les fichiers d'extension Redirect Click'n'Load au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Redirect Click'n'Load Redirect Click'n'Load
ID hnjbnefgkiickkpfidpnlmcodicfgakk
URL Officiel https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk
Description Redirect Click'n'Load to remote pyload or jDownloader
Taille du Fichier 56.15 KB
Nombre d'Installations 7,497
Version Actuelle 1.4.1
Dernière Mise à Jour 2021-11-28
Date de Publication 2020-05-17
Évaluation 4.20/5 Total 5 Évaluations
Développeur werty1st
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/werty1st/Redirect-Click-n-Load/
URL de la Page d'Aide https://github.com/werty1st/Redirect-Click-n-Load/issues
Langues Prises en Charge 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"
}