Incognito Proxy

Configure different proxy settings for regular vs. incognito tabs

Τι είναι το Incognito Proxy;

Το Incognito Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pmarks.net, και η κύρια λειτουργία του είναι "Configure different proxy settings for regular vs. incognito tabs".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Incognito Proxy

Λήψη αρχείων επέκτασης Incognito Proxy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a simple extension for configuring proxy settings. Its namesake feature is the ability to configure different settings for regular windows and incognito windows.

For example, you could route all incognito traffic to a SOCKS5 proxy, while allowing non-incognito traffic to connect directly.  Be aware that you must already have access to a proxy server for this extension to be of any use.

The 'disable_non_proxied_udp' option can prevent WebRTC from leaking your non-proxied IP address.

Incognito Proxy is Free Software under the Apache License.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Incognito Proxy Incognito Proxy
ID odkbcffeaickjalieahlneeehkgjpade
Επίσημο URL https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade
Περιγραφή Configure different proxy settings for regular vs. incognito tabs
Μέγεθος Αρχείου 34 KB
Αριθμός Εγκαταστάσεων 167
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-08-28
Ημερομηνία Δημοσίευσης 2022-10-09
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://pmarks.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/pmarks-net/incognito-proxy
URL της Σελίδας Πολιτικής Απορρήτου https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/github.com\/pmarks-net\/incognito-proxy",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "privacy",
        "proxy"
    ],
    "manifest_version": 3
}