Simple YouTube Mp3 Button Just 1 Click Easy YouTube Videos To MP3 Converter And Downloader Express.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "YouTube Video Downloader Audio Converter",
"version": "5.5.20",
"homepage_url": "http://youtube.netjatt.com/",
"description": "Simple YouTube Mp3 Button Just 1 Click Easy YouTube Videos To MP3 Converter And Downloader Express.",
"icons": {
"50": "icon.png"
},
"permissions": [
"http://youtube.netjatt.com/",
"webRequest",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"easy-youtube-mp3-addon.js"
],
"css": [
"easy-youtube-mp3-addon.css"
],
"run_at": "document_idle"
}
]
}