Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

O que é Redirect Click'n'Load?

Redirect Click'n'Load é uma extensão do Chrome desenvolvida por werty1st, e sua principal característica é "Redirect Click'n'Load to remote pyload or jDownloader".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Redirect Click'n'Load

Baixe arquivos de extensão Redirect Click'n'Load no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Redirect Click'n'Load Redirect Click'n'Load
ID hnjbnefgkiickkpfidpnlmcodicfgakk
URL Oficial https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk
Descrição Redirect Click'n'Load to remote pyload or jDownloader
Tamanho do Arquivo 56.15 KB
Contagem de Instalações 7,497
Versão Atual 1.4.1
Última Atualização 2021-11-28
Data de Publicação 2020-05-17
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor werty1st
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/werty1st/Redirect-Click-n-Load/
URL da Página de Ajuda https://github.com/werty1st/Redirect-Click-n-Load/issues
Idiomas Suportados 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"
}