Redirect Click'n'Load
Redirect Click'n'Load to remote pyload or jDownloader
Cos'è Redirect Click'n'Load?
Redirect Click'n'Load è un'estensione di Chrome sviluppata da werty1st, e la sua funzione principale è "Redirect Click'n'Load to remote pyload or jDownloader".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Redirect Click'n'Load
Scarica i file di estensione Redirect Click'n'Load in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hnjbnefgkiickkpfidpnlmcodicfgakk |
| URL Ufficiale | https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk |
| Descrizione | Redirect Click'n'Load to remote pyload or jDownloader |
| Dimensione del File | 56.15 KB |
| Conteggio Installazioni | 7,497 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2021-11-28 |
| Data di Pubblicazione | 2020-05-17 |
| Valutazione | 4.20/5 Totale 5 Valutazioni |
| Sviluppatore | werty1st |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/werty1st/Redirect-Click-n-Load/ |
| URL della Pagina di Aiuto | https://github.com/werty1st/Redirect-Click-n-Load/issues |
| Lingue Supportate | 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"
} | |