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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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