ininja VPN proxy

Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension

Τι είναι το ininja VPN proxy;

Το ininja VPN proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cowapp.github.io, και η κύρια λειτουργία του είναι "Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ininja VPN proxy

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

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

                        ininja VPN proxy is a web proxy backed by tunnel technology. Like VPN, it hides your IP address and encrypt your traffic, but a lot easier to use. This extension provides one click config to switch your IP address and location. Once the service is turned on, the sites you visit can only see an IP address belonging to the proxy rather than your real IP address. That's why you can unblock websites with us.
# Enhanced security & privacy #
Unlike a triditional plain web proxy, ininja VPN proxy encrypts all your inbound and outbound traffic, which hides your IP and gives you protection when you are using public WiFi like school, hotel or Starbucks.

On the other hand, we also prevent WebRTC from leaking your IP address, which isn't usually handled by many other VPNs.                    

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

Όνομα ininja VPN proxy ininja VPN proxy
ID ikcoahoognmjjcgmbnagdkeehmcfafme
Επίσημο URL https://chrome.google.com/webstore/detail/ininja-vpn-proxy/ikcoahoognmjjcgmbnagdkeehmcfafme
Περιγραφή Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 1,463
Τρέχουσα Έκδοση 0.0.1.8
Τελευταία Ενημέρωση 2022-08-18
Ημερομηνία Δημοσίευσης 2021-10-29
Αξιολόγηση 1.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://cowapp.github.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cowapp.github.io
URL της Σελίδας Πολιτικής Απορρήτου https://cowxy.pro/privacy.html
Υποστηριζόμενες Γλώσσες en,en-US,ru,zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/ft.js",
            "js\/lib\/jq.js",
            "js\/utils.js",
            "js\/lib\/webrtc.js",
            "js\/uuid.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon64-gray.png",
        "default_popup": "popup.html",
        "default_title": "ininja fast proxy"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/cowapp.github.io",
    "icons": {
        "128": "img\/icon64.png",
        "48": "img\/icon64.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "management",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.8"
}