Unblock embedded Youtube videos

Unblock embedded Youtube videos

Play embedded Youtube videos without problems!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unblock embedded Youtube videos",
  "version": "1.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "22",
  "description": "Play embedded Youtube videos without problems!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}