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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |