JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
extend youtube hider for <object data="url"
[userscripts.git] / youtube-html5-hider / manifest.json
1 {
2    "content_scripts": [ {
3       "exclude_globs": [ "http://youtube.com/*", "http://www.youtube.com/*" ],
4       "include_globs": [ "*" ],
5       "js": [ "script.js" ],
6       "matches": [ "http://*/*", "https://*/*" ],
7       "run_at": "document_idle"
8    } ],
9    "description": "Replace YouTube's html5 \"embedded\" videos into links",
10    "name": "YouTube html5 unembedder",
11    "version": "1.0"
12 }