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": "2.4.0", "homepage_url": "https:\/\/www.urban-vpn.com\/", "manifest_version": 3, "action": { "default_icon": "shared\/icons\/icon.png", "default_title": "Urban Ad blocker", "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 }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "content\/style.css" ], "js": [ "content\/index.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true } ], "icons": { "16": "shared\/icons\/icon.png", "48": "shared\/icons\/icon-48.png", "128": "shared\/icons\/icon-128.png" }, "permissions": [ "tabs", "webNavigation", "storage", "alarms" ], "host_permissions": [ "https:\/\/*.bugsnag.com\/*", "https:\/\/www.google-analytics.com\/collect", "https:\/\/www.facebook.com\/*", "https:\/\/api.twitter.com\/*", "https:\/\/www.google-analytics.com\/mp\/collect", "https:\/\/chrome.google.com\/webstore\/detail\/urban-free-ad-blocker\/feflcgofneboehfdeebcfglbodaceghj\/reviews\/*", "https:\/\/www.urban-vpn.com\/thank-you-adblock\/\/*", "https:\/\/www.urban-vpn.com\/uninstall-adblock\/\/*", "https:\/\/config-toolbar.urban-vpn.com\/rest\/v1\/configs\/extensions\/urban-ad-blocker\/*", "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*", "https:\/\/authentication.urban-vpn.com\/*", "https:\/\/authentication.urban-vpn.com\/rest\/v1\/*", "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/redirect\/*" ], "web_accessible_resources": [ { "resources": [ "shared\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "resources": [ "executers\/fr-co.js", "executers\/vi-ig-tr.js", "executers\/vi-ln-tr.js", "executers\/vi-oo-tr.js", "executers\/vi-pn-tr.js", "executers\/vi-rd-tr.js", "executers\/vi-tr.js", "executers\/vi-tt-tr.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "service_worker\/index.js", "type": "module" }, "minimum_chrome_version": "110.0" }