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.5.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-491ba60c.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"type": "module"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"storage",
"notifications",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/isolated.js-3ddfd1e1.js"
],
"use_dynamic_url": false
}
]
}