Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "7.3.6",
"homepage_url": "https:\/\/www.urban-vpn.com\/",
"manifest_version": 3,
"action": {
"default_icon": "public\/sprites\/icon-grey.png",
"default_title": "Urban Browser Guard",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"ad-blocker\/content.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
},
{
"all_frames": false,
"match_about_blank": true,
"js": [
"content\/index.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"icons": {
"16": "public\/sprites\/icon.png",
"48": "public\/sprites\/icon-48.png",
"128": "public\/sprites\/icon-128.png"
},
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"management",
"alarms",
"storage",
"scripting",
"browsingData",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.bugsnag.com\/*",
"https:\/\/*.urban-vpn.com\/*",
"https:\/\/www.google-analytics.com\/*",
"https:\/\/ssl.google-analytics.com\/*",
"https:\/\/google-analytics.com\/",
"https:\/\/www.google.com\/favicon.ico",
"https:\/\/www.youtube.com\/favicon.ico",
"<all_urls>",
"https:\/\/chrome.google.com\/webstore\/detail\/urban-shield\/almalgbpmcfpdaopimbdchdliminoign\/reviews\/*",
"https:\/\/www.urban-vpn.com\/thank-you-ext-shield\/*",
"https:\/\/www.urban-vpn.com\/uninstall-ext-shield\/*",
"https:\/\/chrome.google.com\/webstore\/detail\/urban-free-vpn-proxy-unbl\/eppiocemhmnlbhjplcgkofciiegomcon\/*",
"https:\/\/authentication.urban-vpn.com\/*",
"https:\/\/anti-mining-protection-toolbar.urban-vpn.com\/api\/rest\/v2\/*",
"https:\/\/geo.geosurf.io\/*",
"https:\/\/authentication.urban-vpn.com\/*",
"https:\/\/config-toolbar.urban-vpn.com\/rest\/v3\/configs\/extensions\/urban-shield\/*",
"https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
"https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
"https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
"https:\/\/authentication.urban-vpn.com\/rest\/v1\/*",
"https:\/\/api-pro.urban-vpn.com\/rest\/v1\/redirect\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/content\/safe-check-notification\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"executors\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"service_worker": "service-worker\/index.js"
},
"minimum_chrome_version": "109.0"
}