Examine source code of Y2Matecom

Inspect and view changes in Y2Matecom 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
{
  "manifest_version": 2,
  "name": "Y2Matecom",
  "version": "1.0",
  "description": "Convert and download your favorite YouTube videos to MP3 with a single click!",
  "homepage_url": "https://www.y2matecom.com",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Y2Matecom",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1b2c3d4-e5f6-789a-bcde-f0123456789a}"
    }
  }
}