JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add youtube html5 unembedder
[userscripts.git] / youtube-html5-hider / manifest.json
diff --git a/youtube-html5-hider/manifest.json b/youtube-html5-hider/manifest.json
new file mode 100644 (file)
index 0000000..d1abc0b
--- /dev/null
@@ -0,0 +1,12 @@
+{
+   "content_scripts": [ {
+      "exclude_globs": [ "http://youtube.com/*", "http://www.youtube.com/*" ],
+      "include_globs": [ "*" ],
+      "js": [ "script.js" ],
+      "matches": [ "http://*/*", "https://*/*" ],
+      "run_at": "document_idle"
+   } ],
+   "description": "Replace YouTube's html5 \"embedded\" videos into links",
+   "name": "YouTube html5 unembedder",
+   "version": "1.0"
+}