Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created July 21, 2015 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeoMix/cca685f98870cd45afbb to your computer and use it in GitHub Desktop.
Save MeoMix/cca685f98870cd45afbb to your computer and use it in GitHub Desktop.
{
"content_scripts": [
{
"matches": [ "*://*.youtube.com/embed/*?enablejsapi=1&origin=chrome-extension:*" ],
"all_frames": true,
"run_at": "document_start",
"js": [ "js/inject/youTubeIFrameInject.js" ]
}
],
"web_accessible_resources": [
"js/inject/interceptor.js"
],
"permissions": [
"*://*.youtube.com/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment