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
官方網址 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"
}