Mp3juice Download Mp3 Music

Mp3juice Download Mp3 Music

Mp3juice Download Free Mp3 Music Site. Mp3juices Website Which Allows to Mp3 Mp4 Mkv Download File Without Pay And No Login

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Mp3juice Download Mp3 Music",
  "version": "1.0",
  "description": "Mp3juice Download Free Mp3 Music Site. Mp3juices Website Which Allows to Mp3 Mp4 Mkv Download File Without Pay And No Login",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "data": {
    "displayFileSize": "Display File Size Option"
  },
  "icons": {
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script/content-script.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "assets/icon-32.png",
    "theme_icons": [
      {
        "light": "assets/icon-32-light.png",
        "dark": "assets/icon-32.png",
        "size": 32
      }
    ],
    "default_popup": "src/popup.html",
    "default_title": "Mp3juice Download Mp3 Music"
  },
  "options_ui": {
    "page": "src/options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}