VPNizer
Free VPN
What is VPNizer?
VPNizer is a Chrome extension developed by yaadsuiss, and its main feature is "Free VPN".
Extension Screenshots
Download VPNizer Extension CRX File
Download VPNizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ifbfflkbpjbdebabbplpjdodjkoghlpk |
Official URL | https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk |
Description | Free VPN |
File Size | 706 KB |
Installation Count | 1,141 |
Current Version | 1.4 |
Last Updated | 2020-01-10 |
Publish Date | 2019-12-29 |
Rating | 2.25/5 Total 8 Ratings |
Developer | yaadsuiss |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |