Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "X-VPN: Free VPN Chrome Extension",
"description": "Your 100% free VPN for Chrome. Enjoy unlimited bandwidth, no data limit, and no speed limit. Protect and hide your IP address.",
"version": "1.4.0",
"icons": {
"16": "logo_ON16.png",
"32": "logo_ON32.png",
"48": "logo_ON48.png",
"128": "logo_ON128.png"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "logo_OFF16.png",
"32": "logo_OFF32.png",
"48": "logo_OFF48.png",
"128": "logo_OFF128.png"
}
},
"content_scripts": [
{
"js": [
"assets\/isolated.js-loader-fb1fc642.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"type": "module"
},
{
"js": [
"assets\/main.js-loader-94f27580.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true,
"match_origin_as_fallback": true,
"world": "MAIN"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"storage",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/storeAction-f0511a96.js",
"assets\/isolated.js-4560294e.js",
"assets\/main.js-596d28a2.js"
],
"use_dynamic_url": false
}
]
}