VPN Proxy

Free and unlimited VPN service

Was ist VPN Proxy?

VPN Proxy ist eine Chrome-Erweiterung, die von mushitaka2733 entwickelt wurde, und ihr Hauptmerkmal ist "Free and unlimited VPN service".

Erweiterungsscreenshots

screenshot

VPN Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie VPN Proxy-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

                        We have released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

Grundlegende Informationen zur Erweiterung

Name VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
Offizielle URL https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
Beschreibung Free and unlimited VPN service
Dateigröße 18.52 KB
Installationsanzahl 9,000
Aktuelle Version 1.4
Letztes Update 2021-12-21
Veröffentlichungsdatum 2021-06-20
Bewertung 1.00/5 Insgesamt 5 Bewertungen
Entwickler mushitaka2733
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}