Redirect Click'n'Load

Redirect Click'n'Load to remote pyload or jDownloader

Τι είναι το Redirect Click'n'Load;

Το Redirect Click'n'Load είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον werty1st, και η κύρια λειτουργία του είναι "Redirect Click'n'Load to remote pyload or jDownloader".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Redirect Click'n'Load

Λήψη αρχείων επέκτασης 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"
}