ProxFlow

ProxFlow

No more country restrictions, just enjoy the content!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "ProxFlow",
  "version": "3.2.1",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "http://proxflow.com",
  "permissions": [
    "storage",
    "tabs",
    "proxy",
    "https://loadbalancer-api-v2.herokuapp.com/*",
    "https://www.youtube.com/*"
  ],
  "browser_action": {
    "default_title": "ProxFlow",
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "content/youtube.injected.js",
    "icons/waitajax.gif"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}