VPNizer

Free VPN

Apa itu VPNizer?

VPNizer adalah ekstensi Chrome yang dikembangkan oleh yaadsuiss, dan fitur utamanya adalah "Free VPN".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi VPNizer

Unduh file ekstensi VPNizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The most simple and fast VPN, completely FREE!!
Allows you to connect to any website from an IP of your selected country. 

Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds.
When disconnected, your real IP will be exposed again.                    

Informasi Dasar Ekstensi

Nama VPNizer VPNizer
ID ifbfflkbpjbdebabbplpjdodjkoghlpk
URL Resmi https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk
Deskripsi Free VPN
Ukuran File 706 KB
Jumlah Instalasi 1,141
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-01-10
Tanggal Publikasi 2019-12-29
Penilaian 2.25/5 Total 8 Penilaian
Pengembang yaadsuiss
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPNizer",
    "description": "Free VPN",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'",
    "manifest_version": 2
}