ProxTube - Unblock YouTube

ProxTube - Unblock YouTube

In some countries YouTube videos are blocked! Unblock them with this Addon. Supported countries: Germany, Netherlands, Spain, ...? not US compatible Status+Support: proxtube.com & Twitter: twitter.com/ProxTube (EN/DE)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "ProxTube",
  "version": "7.0.2",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "http://proxtube.com",
  "permissions": [
    "storage",
    "tabs",
    "management",
    "proxy",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/ButtonOn.png"
    },
    "default_title": "ProxTube",
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "content/youtube.injected.js",
    "icons/waitajax.gif"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}