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",
"manifest_version": 3,
"name": "CroxyProxy Free Web Proxy",
"short_name": "CroxyProxy",
"description": "CroxyProxy is free and reliable web proxy service. Access your favorite resources such as Youtube, Facebook, Gmail, Google!",
"version": "0.99.28.1",
"author": "CroxyProxy Team",
"icons": {
"16": "shared\/images\/icon-enabled-16.png",
"48": "shared\/images\/icon-enabled-48.png",
"128": "shared\/images\/icon-enabled-128.png"
},
"homepage_url": "https:\/\/www.croxyproxy.com\/",
"action": {
"default_icon": {
"16": "shared\/images\/icon-enabled-16.png",
"48": "shared\/images\/icon-enabled-48.png",
"128": "shared\/images\/icon-enabled-128.png"
},
"default_popup": "shared\/pp.htm",
"default_title": "CroxyProxy Web Proxy"
},
"background": {
"service_worker": "shared\/bg.js"
},
"permissions": [
"storage",
"webNavigation",
"contextMenus",
"proxy",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"minimum_chrome_version": "88.0",
"web_accessible_resources": [
{
"resources": [
"shared\/images\/test.png"
],
"matches": [
"<all_urls>"
]
}
]
}