Youtube Share Enhancer

Youtube Share Enhancer

Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™",
  "icons": {
    "16": "yt_plus_16.png",
    "72": "yt_plus_72.png",
    "128": "yt_plus_128.png"
  },
  "background": {
    "scripts": [
      "tracking.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/dialog*",
        "*://www.facebook.com/*/dialog*"
      ],
      "js": [
        "2FB.js"
      ]
    }
  ],
  "name": "Youtube Share Enhancer",
  "permissions": [],
  "version": "3.3.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}