Audio Club

Audio Club

Find the link to download the audio from the Audioclub you are accessing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "1.1.2",
  "manifest_version": 3,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://audioclub.store/*"
      ],
      "js": [
        "content.js",
        "scripts/jquery.min.js",
        "scripts/popper.min.js",
        "scripts/bootstrap.min.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/16.png"
    },
    "default_title": "Audio Club",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.jpeg",
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}