Mp4 to Mp3 Converter

Mp4 to Mp3 Converter

It is the fastest MP4 to MP3 converter worldwide for free. Mp3 files are available in different bitrates - from small file size to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "name": "__MSG_transAppName__",
  "description": "__MSG_transAppDesc__",
  "homepage_url": "https://mp3fromyou.tube/",
  "permissions": [
    "activeTab",
    "http://*/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "default-16.png",
    "32": "default-32.png",
    "48": "default-48.png",
    "128": "default-128.png"
  }
}