{ "manifest_version": 2, "name": "Youtube Downloader", "version": "1.0", "permissions": [ "menus", "activeTab", "tabs", "http://localhost:5000/*" ], "background": { "scripts": ["background.js"] }, "content_scripts": [ { "matches": ["*://*.youtube.com/*"], "js": ["content.js"] } ] }