1ClickVPN Proxy for Chrome

Get the best VPN access to any website, and unblock the content you want with 1ClickVPN

Was ist 1ClickVPN Proxy for Chrome?

1ClickVPN Proxy for Chrome ist eine Chrome-Erweiterung, die von developer entwickelt wurde, und ihr Hauptmerkmal ist "Get the best VPN access to any website, and unblock the content you want with 1ClickVPN".

Erweiterungsscreenshots

screenshot

1ClickVPN Proxy for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1ClickVPN Proxy for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing 1ClickVPN, a free VPN Extension for Chrome.
Just one click away from a free and secure internet connection on your Chrome browser.‌ Everyone needs a virtual private network (VPN), and we believe that getting a VPN running should be hustle free and take just one click. That's why we built 1clickVPN!‌

1ClickVPN offers seamless and straightforward protection of your digital activities, keeping privacy and anonymity at bay. We do that by changing your IP address to a new one; you don't have to worry about choosing the VPN location; the Extension will choose the most available proxy IP for you.

1ClickVPN key features:
Easy, One-Click VPN Connection - Connect to the most available VPN server with a single tap.
Unlimited Bandwidth - Just it, browse without any bandwidth limits.
Robust Encryption: Protect your browsing and device by using an encrypted VPN routing.
Global Server Network: Gain unrestricted access to content worldwide with our vast network of free VPN servers.
Lightning-Fast Speeds: Experience blazing-fast connection speeds without compromising on security.

We are working on adding new features to 1Click VPN, so stay tuned; many great features will come.                    

Grundlegende Informationen zur Erweiterung

Name 1ClickVPN Proxy for Chrome 1ClickVPN Proxy for Chrome
ID pphgdbgldlmicfdkhondlafkiomnelnk
Offizielle URL https://chromewebstore.google.com/detail/1clickvpn-proxy-for-chrom/pphgdbgldlmicfdkhondlafkiomnelnk
Beschreibung Get the best VPN access to any website, and unblock the content you want with 1ClickVPN
Dateigröße 2.01 MB
Installationsanzahl 12,097
Aktuelle Version 1.3.2
Letztes Update 2024-02-17
Veröffentlichungsdatum 2023-07-05
Bewertung 4.51/5 Insgesamt 76 Bewertungen
Entwickler developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.1clickvpn.com/
URL der Datenschutzrichtlinien-Seite https://www.1clickvpn.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "description": "Get the best VPN access to any website, and unblock the content you want with 1ClickVPN",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icons\/extension\/icon_16.png",
        "default_title": "1ClickVPN",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/extension\/icon_16.png",
        "48": "icons\/extension\/icon_48.png",
        "128": "icons\/extension\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "panel-os\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "webRequest",
        "proxy",
        "management",
        "alarms",
        "storage",
        "offscreen",
        "webRequestAuthProvider",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "",
        "https:\/\/geo.geosurf.io\/\/*",
        "https:\/\/stats.1clickvpn.com\/api\/rest\/v2\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/*",
        "https:\/\/id.1clickvpn.com\/*",
        "https:\/\/www.cloudflare.com\/*",
        "https:\/\/www.google.com\/favicon.ico\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/redirect\/*",
        "https:\/\/www.1clickvpn.com\/thank-you-ext\/*",
        "https:\/\/www.1clickvpn.com\/uninstall\/*",
        "https:\/\/chrome.google.com\/webstore\/detail\/1clickvpn-proxy-for-chrom\/pphgdbgldlmicfdkhondlafkiomnelnk\/*",
        "https:\/\/protection-toolbar.1clickvpn.com\/api\/rest\/v2\/*",
        "https:\/\/id.1clickvpn.com\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v2\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/*",
        "https:\/\/api.1clickvpn.com\/rest\/v1\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/scripts\/location.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/content\/anti-phishing-notification\/index.html",
                "\/content\/safe-price-notification\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/libs\/extend-native-history-api.js",
                "\/libs\/requests.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "executers\/fr-co.js",
                "executers\/vi-ig-tr.js",
                "executers\/vi-oo-tr.js",
                "executers\/vi-pn-tr.js",
                "executers\/vi-rd-tr.js",
                "executers\/vi-tr.js",
                "executers\/vi-tt-tr.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "1ClickVPN Proxy for Chrome"
}