Inspect and view changes in Y2Mate source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Y2Mate",
"version": "1.0",
"manifest_version": 3,
"description": "Convert and download your favorite YouTube videos to MP3 with a single click!",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"permissions": [
"activeTab"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}