CroxyProxy Free Web Proxy

CroxyProxy Free Web Proxy

CroxyProxy is free and reliable web proxy service. Access your favorite resources such as Youtube, Facebook, Gmail, Google!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "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.25.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/",
  "browser_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": {
    "page": "shared/bg.htm",
    "persistent": true
  },
  "permissions": [
    "storage",
    "webNavigation",
    "cookies",
    "contextMenus",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://platform.twitter.com; object-src 'self'",
  "minimum_chrome_version": "40.0",
  "web_accessible_resources": [
    "shared/images/test.png"
  ]
}