Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

什么是Redirect Click'n'Load?

Redirect Click'n'Load是由werty1st开发的Chrome扩展程序,该扩展的主要功能是“Redirect Click'n'Load to remote pyload or jDownloader”。

扩展截图

screenshot

下载Redirect Click'n'Load扩展crx文件

下载Redirect Click'n'Load扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}